mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-06-06 06:03:12 +03:00
Show a Changelog link on PyPI
This commit is contained in:
parent
ad5bee7054
commit
06040d2b05
1
setup.py
1
setup.py
|
@ -562,6 +562,7 @@ setup(name="psycopg2",
|
||||||
ext_modules=ext,
|
ext_modules=ext,
|
||||||
project_urls={
|
project_urls={
|
||||||
'Homepage': 'https://psycopg.org/',
|
'Homepage': 'https://psycopg.org/',
|
||||||
|
'Changes': 'https://github.com/psycopg/psycopg2/blob/master/NEWS',
|
||||||
'Documentation': 'https://www.psycopg.org/docs/',
|
'Documentation': 'https://www.psycopg.org/docs/',
|
||||||
'Code': 'https://github.com/psycopg/psycopg2',
|
'Code': 'https://github.com/psycopg/psycopg2',
|
||||||
'Issue Tracker': 'https://github.com/psycopg/psycopg2/issues',
|
'Issue Tracker': 'https://github.com/psycopg/psycopg2/issues',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user