From: Andrii Oriekhov Date: Mon, 28 Feb 2022 15:52:43 +0000 (+0200) Subject: add GitHub URL for PyPi X-Git-Tag: v2.10.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc7a51bc8809f9d62dca43a634d3b803dc054cf0;p=thirdparty%2Fbabel.git add GitHub URL for PyPi --- diff --git a/setup.py b/setup.py index 36d89a2c..9a4af231 100755 --- a/setup.py +++ b/setup.py @@ -36,6 +36,9 @@ setup( author_email='armin.ronacher@active-4.com', license='BSD', url='http://babel.pocoo.org/', + project_urls={ + 'Source': 'https://github.com/python-babel/babel', + }, classifiers=[ 'Development Status :: 5 - Production/Stable',