Include most recent upload metadata when uploading to PyPI · Issue #1381 · pypa/setuptools (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
It seems that for the upload
command, we're delegating entirely to distutils
, which has metadata_version
hard-coded as "1.0", and only uploads the 1.0 metadata. I think this is one reason that Requires-Python data isn't showing up on PyPI.
Although setup.py upload
is basically deprecated, I think we should probably still make these improvements, even if as part of this we also add DeprecationWarning
telling people to start using twine
.