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",