From: Andrii Oriekhov Date: Mon, 28 Feb 2022 14:22:33 +0000 (+0200) Subject: add GitHub URL for PyPi X-Git-Tag: v6.2.0b1~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3120%2Fhead;p=thirdparty%2Ftornado.git add GitHub URL for PyPi --- 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,"