praiskup / argparse-manpage

Automatically build man-pages for your Python project
Apache License 2.0
40 stars 22 forks source link

Provide argparse-manpage executable via entry_point #24

Closed duncanmmacleod closed 4 years ago

duncanmmacleod commented 4 years ago

This PR removes the manual bin/argparse-manpage entry_point-style script, and replaces it with an entry_points entry in setup.py. This should make it easier to build cross-platform builds of this package with, e.g, conda-build, and also means you don't have to worry about shebangs etc.

praiskup commented 4 years ago

Thank you!