From 06040d2b0596e5daad3ff447989caf4828f69f20 Mon Sep 17 00:00:00 2001 From: "Panagiotis H.M. Issaris" Date: Fri, 6 Oct 2023 10:41:17 +0200 Subject: [PATCH] Show a Changelog link on PyPI --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 433d4fcb..03b24810 100644 --- a/setup.py +++ b/setup.py @@ -562,6 +562,7 @@ setup(name="psycopg2", ext_modules=ext, project_urls={ 'Homepage': 'https://psycopg.org/', + 'Changes': 'https://github.com/psycopg/psycopg2/blob/master/NEWS', 'Documentation': 'https://www.psycopg.org/docs/', 'Code': 'https://github.com/psycopg/psycopg2', 'Issue Tracker': 'https://github.com/psycopg/psycopg2/issues',