Skip to content

Commit 0684915

Browse files
samueldglahirumaramba
authored andcommitted
Add release notes to project URLs in PyPI (#679)
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]>
1 parent 6a4f451 commit 0684915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
long_description=long_description,
5353
url=about['__url__'],
5454
project_urls={
55+
'Release Notes': 'https://firebase.google.com/support/release-notes/admin/python',
5556
'Source': 'https://github.com/firebase/firebase-admin-python',
5657
},
5758
author=about['__author__'],

0 commit comments

Comments
 (0)