]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Add docs, code and issue tracker links to setup.py 1065/head
authorAlex Chan <alex@alexwlchan.net>
Sun, 22 Sep 2019 08:52:15 +0000 (09:52 +0100)
committerAlex Chan <alex@alexwlchan.net>
Sun, 22 Sep 2019 08:52:15 +0000 (09:52 +0100)
setup.py

index dee4c3ceaf3ab1cf273bca52c4c76d69ef32209f..49bdc18aeebd95d8e60c40e8f499ca93da709386 100644 (file)
--- 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',