diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -100,10 +100,9 @@ def check_for_bwrap(): # Man pages are automatically generated however it was too difficult # to integrate with setuptools as a step of the build (FIXME !). # -# To update the man pages in tree before a release, you need to -# ensure you have the 'click_man' package installed, and run: +# To update the man pages in tree before a release, run: # -# python3 setup.py --command-packages=click_man.commands man_pages +# tox -e man # # Then commit the result. # |