Closed
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
.