From 949c7870a792ca5ff6cd96b21d7b502be23b3cb5 Mon Sep 17 00:00:00 2001 From: "Panagiotis H.M. Issaris" Date: Fri, 6 Oct 2023 11:00:27 +0200 Subject: [PATCH] Add a link to the change log on the PyPI project page --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 099047e98f..bd6e483eb9 100755 --- a/setup.py +++ b/setup.py @@ -87,6 +87,7 @@ setup( author_email="hello@wagtail.org", # For support queries, please see https://docs.wagtail.org/en/stable/support.html url="https://wagtail.org/", project_urls={ + "Changelog": "https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt", "Documentation": "https://docs.wagtail.org", "Source": "https://github.com/wagtail/wagtail", },