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
Original comment byjaraco (Bitbucket: jaraco, GitHub: jaraco):
In Pull Request 119 and Pull Request 106, @richardipsum has contributed a patch to add the setup_requires specs to the metadata. However, due to #315 and #356, the feature was backed out. It seems that it will be impossible to add any new metadata features until setuptools earlier than 10.x is widely available.
If you can suggest a way to work around this upgrade problem, I'd like to release this functionality (and also free Setuptools from being unable to add features such as this one).
pganssle
added
Needs Triage
Issues that need to be evaluated for severity and status.
Needs Investigation
Issues which are likely in scope but need investigation to figure out the cause
and removed
Needs Triage
Issues that need to be evaluated for severity and status.
labels
Oct 19, 2018
Originally reported by: RonnyPfannschmidt (Bitbucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt)
The
setup_requires
spec in setup.py should be saved to the package metadata for inspection without requiring network access.The text was updated successfully, but these errors were encountered: