From 4417599b76e1ddc0342d2491a3e02a67442ceddf Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Mon, 28 Feb 2022 16:22:33 +0200 Subject: [PATCH] add GitHub URL for PyPi --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 3f82314d0..bb4f82305 100644 --- 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," -- 2.47.2