praiskup / argparse-manpage

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

Please install `install_requires` at setup time #81

Open rrthomas opened 1 year ago

rrthomas commented 1 year ago

I find that I have to duplicate my install_requires in my setup_requires when I use argparse_manpage. This makes sense: my code needs its setup_requires to be run by argparse-manpage.

It would make sense for the argparse-manpage plugin for setuptools to install the install_requires in the setup phase too.