]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
add GitHub URL for PyPi 3120/head
authorAndrii Oriekhov <andriyorehov@gmail.com>
Mon, 28 Feb 2022 14:22:33 +0000 (16:22 +0200)
committerAndrii Oriekhov <andriyorehov@gmail.com>
Mon, 28 Feb 2022 14:22:33 +0000 (16:22 +0200)
setup.py

index 3f82314d048b822e0e2304a27ca5cbf7aed79184..bb4f82305fd166d53f03b1e9c51d25dc0b2f1d93 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -172,6 +172,9 @@ setup(
     author="Facebook",
     author_email="python-tornado@googlegroups.com",
     url="http://www.tornadoweb.org/",
+    project_urls={
+        "Source": "https://github.com/tornadoweb/tornado",
+    },
     license="http://www.apache.org/licenses/LICENSE-2.0",
     description=(
         "Tornado is a Python web framework and asynchronous networking library,"