Skip to content

Commit

Permalink
chore: show a Changelog link on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
takis committed Oct 6, 2023
1 parent ad5bee7 commit bfdffc2
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 @@ -562,6 +562,7 @@ def is_py_64():
ext_modules=ext,
project_urls={
'Homepage': 'https://psycopg.org/',
'Changes': 'https://www.psycopg.org/docs/news.html',
'Documentation': 'https://www.psycopg.org/docs/',
'Code': 'https://github.com/psycopg/psycopg2',
'Issue Tracker': 'https://github.com/psycopg/psycopg2/issues',
Expand Down

0 comments on commit bfdffc2

Please sign in to comment.