django / django-localflavor

Country-specific Django helpers, formerly of contrib fame
https://django-localflavor.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
812 stars 289 forks source link

add GitHub URL for PyPi #466

Closed andriyor closed 2 years ago

andriyor commented 2 years ago

Warehouse now uses the project_urls provided to display links in the sidebar on this screen, as well as including them in API responses to help the automation tool find the source code for Requests.

Example: pypi.org/pypi/requests/json Docs: packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#project-urls

Please replace these instructions with a description of your change. The 'New Fields Only' section should be removed if your pull request doesn't add any new fields.

Thanks for your contribution!

A checklist is included below which helps us keep the code contributions consistent and helps speed up the review process. You can add additional commits to your pull request if you haven't met all of these points on your first version.

All Changes

New Fields Only

benkonrath commented 2 years ago

Thanks!