Explorar o código

Add GitHub URLs for PyPI (#8071)

Andrii Oriekhov %!s(int64=3) %!d(string=hai) anos
pai
achega
56a79091b3
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      setup.py

+ 4 - 0
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",