mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-06-06 14:13:11 +03:00
Use the correct URL for the change log
This commit is contained in:
parent
06040d2b05
commit
e600bcdf55
2
setup.py
2
setup.py
|
@ -562,7 +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',
|
'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