mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-13 04:26:33 +03:00
chore: show a Changelog link on PyPI
This commit is contained in:
parent
ad5bee7054
commit
bfdffc2c57
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://www.psycopg.org/docs/news.html',
|
||||||
'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