Show a Changelog link on PyPI

This commit is contained in:
Panagiotis H.M. Issaris 2023-10-06 10:41:17 +02:00
parent ad5bee7054
commit 06040d2b05

View File

@ -562,6 +562,7 @@ setup(name="psycopg2",
ext_modules=ext,
project_urls={
'Homepage': 'https://psycopg.org/',
'Changes': 'https://github.com/psycopg/psycopg2/blob/master/NEWS',
'Documentation': 'https://www.psycopg.org/docs/',
'Code': 'https://github.com/psycopg/psycopg2',
'Issue Tracker': 'https://github.com/psycopg/psycopg2/issues',