Add release notes to project URLs in PyPI (#679) · firebase/firebase-admin-python@0684915

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 0684915

samueldglahirumaramba

authored and

committed

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 <llahiru@gmail.com>

1 parent 6a4f451 commit 0684915

File tree

1 file changed

+

1

-

0

lines changed

1 file changed

+

1

-

0

lines changed

Lines changed: 1 addition & 0 deletions

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)