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
now it is advised to store repo metadata in setup.cfg
wrong classifiers
wrong requirements file handling
wrong requirements separation (install_requires vs tests_require)
I can fix that. Feel free to assign me on this issue if you need this to be fixed.
There is also an automated checker for setup.py that checks this things.
The text was updated successfully, but these errors were encountered:
Your
setup.py
violates many standards.Such as:
setup.cfg
install_requires
vstests_require
)I can fix that. Feel free to assign me on this issue if you need this to be fixed.
There is also an automated checker for
setup.py
that checks this things.The text was updated successfully, but these errors were encountered: