Skip to content

Commit

Permalink
Add release notes to project URLs in PyPI (#679)
Browse files Browse the repository at this point in the history
It's useful to be able to navigate to the release notes easily
from the package index when upgrading.

"Release Notes" is a special keyword that will have the scroll icon
in the project page.

A random example:

* https://pypi.org/project/streamlit/
* https://github.com/streamlit/streamlit/blob/815a3ea6fa3e7f9099b479e8365bd3a5874ddc35/lib/setup.py#L111

Co-authored-by: Lahiru Maramba <[email protected]>
  • Loading branch information
2 people authored and Doris-Ge committed May 15, 2023
1 parent 3689708 commit 958f93a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
long_description=long_description,
url=about['__url__'],
project_urls={
'Release Notes': 'https://firebase.google.com/support/release-notes/admin/python',
'Source': 'https://github.com/firebase/firebase-admin-python',
},
author=about['__author__'],
Expand Down

0 comments on commit 958f93a

Please sign in to comment.