From: Alex Chan Date: Sun, 22 Sep 2019 08:52:15 +0000 (+0100) Subject: Add docs, code and issue tracker links to setup.py X-Git-Tag: 2.11.0~63^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beb1fc6dbcc397230a98eb2b9d91853385eb49a7;p=thirdparty%2Fjinja.git Add docs, code and issue tracker links to setup.py --- diff --git a/setup.py b/setup.py index dee4c3ce..49bdc18a 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,11 @@ setup( name='Jinja2', version='2.11.dev', url='http://jinja.pocoo.org/', + project_urls={ + 'Documentation': 'https://jinja.palletsprojects.com/', + 'Code': 'https://github.com/pallets/jinja/', + 'Issue tracker': 'https://github.com/pallets/jinja/issues', + }, license='BSD-3-Clause', author='Armin Ronacher', author_email='armin.ronacher@active-4.com',