Skip to content

Use build_manpages inside setup.py

Duncan Macleod requested to merge build-argparse-manpage into master

This PR modifies setup.py to use build_manpages to overload setuptools commands to build the manuals automatically. This is a protected import, so if the module isn't available things just continue on without the manuals.

Merge request reports