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 <llahiru@gmail.com>
  • Loading branch information
2 people authored and pragatimodi committed May 26, 2023
1 parent 6a4f451 commit 0684915
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 0684915

Please sign in to comment.