فهرست منبع

Add GitHub URLs for PyPI (#8071)

Andrii Oriekhov 3 سال پیش
والد
کامیت
56a79091b3
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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",