From 56a79091b34d15fe413e997074ca630b0cede232 Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Fri, 4 Mar 2022 18:12:54 +0200 Subject: [PATCH] Add GitHub URLs for PyPI (#8071) --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 6d989e164d..4e28f1d758 100755 --- a/setup.py +++ b/setup.py @@ -89,6 +89,10 @@ setup( author="Wagtail core team + contributors", author_email="hello@wagtail.org", # For support queries, please see https://docs.wagtail.org/en/stable/support.html url="https://wagtail.org/", + project_urls={ + "Documentation": "https://docs.wagtail.org", + "Source": "https://github.com/wagtail/wagtail", + }, packages=find_packages(), include_package_data=True, license="BSD",