You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I find that I have to duplicate my
install_requires
in mysetup_requires
when I useargparse_manpage
. This makes sense: my code needs itssetup_requires
to be run byargparse-manpage
.It would make sense for the
argparse-manpage
plugin forsetuptools
to install theinstall_requires
in the setup phase too.The text was updated successfully, but these errors were encountered: