Pylons / pastedeploy

provides code to load WSGI applications and servers from URIs
MIT License
23 stars 14 forks source link

project_urls ignored on PyPI #20

Closed stevepiercy closed 5 years ago

stevepiercy commented 5 years ago

According to this issue: https://github.com/pypa/warehouse/issues/4809#issuecomment-427393169

It looks like you might have used python setup.py upload (which is now deprecated) instead of using twine, which caused some of the newer metadata fields to not be included in the upload.

Compare URLs between Pyramid with PasteDeploy on PyPI.

cdent commented 5 years ago

Ah, yeah, it's exactly as described there: "Old habits die hard I guess."

I hadn't realized that some of the metadata is dropped when not using twine. I'll make new habits for the next release. If there isn't one soon I'll make an empty one.

Thanks for paying attention.

digitalresistor commented 5 years ago

@cdent you can always do a post release: https://www.python.org/dev/peps/pep-0440/#post-releases

cdent commented 5 years ago

Fixed with 2.0.1