mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-04-07 10:04:14 +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,
|
||||
project_urls={
|
||||
'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/',
|
||||
'Code': 'https://github.com/psycopg/psycopg2',
|
||||
'Issue Tracker': 'https://github.com/psycopg/psycopg2/issues',
|
||||
|
|
Loading…
Reference in New Issue
Block a user