Closed Zearin closed 8 years ago
current version is 1.1, there's an accepted PEP for 1.2 though (PEP-345).
I'm setting ahead of 1.2 though, because of implementing PEP-426 early. Thanks for bringing this up though, found an inconstancy where v 1.0 was being output.
If you see that it's down to metadata-version: 1.1 the PKG-INFO
file was remade at some point.
I just noticed that if I run `py-info, the output begins with:
But when I run
py-build
on my own project, thePKG-INFO
begins with:I don’t know much about Python’s metadata standards, though. (I think I recall reading something about updating the PyPI metadata format, but I dunno if it’s related.)