spatialaudio / python-sounddevice

:sound: Play and Record Sound with Python :snake:
https://python-sounddevice.readthedocs.io/
MIT License
1.02k stars 149 forks source link

add GitHub URL for PyPi #396

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

mgeier commented 2 years ago

Thanks! I wanted to add this at some point, but I must have forgotten.

What about changing Source to Source Code? I think this would be clearer.

And what about adding Bug Tracker?

Another example: https://pypi.org/project/nbsphinx/ https://github.com/spatialaudio/nbsphinx/blob/d7241b111178fb850f09b52574c8d1d720c84099/setup.py#L31-L35

Interestingly, in your JSON example, the bugtrack_url and docs_url are empty, do you know what's up with that?

andriyor commented 2 years ago

Source is the most used key https://github.com/pypa/warehouse/issues/5947

mgeier commented 2 years ago

"most used" doesn't necessarily mean "best choice". But if you prefer Source, that's fine with me.

Thanks again!