From bfdffc2c5723c18f30dddef81789237578dada6a Mon Sep 17 00:00:00 2001 From: "Panagiotis H.M. Issaris" Date: Fri, 6 Oct 2023 16:05:42 +0200 Subject: [PATCH] chore: show a Changelog link on PyPI --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 433d4fcb2..37f6b5c09 100644 --- a/setup.py +++ b/setup.py @@ -562,6 +562,7 @@ def is_py_64(): ext_modules=ext, project_urls={ 'Homepage': 'https://psycopg.org/', + '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',