summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-02-24 09:46:20 -0800
committerDavid Lord <davidism@gmail.com>2021-02-24 09:46:20 -0800
commit3f6a7e8ea995aefd4b45ca35395edaa0921a12d3 (patch)
treeac6bf23e6e5cc604eaeb1aad7e00dc34c8502c57 /setup.cfg
parent75e6ecf05c77a658ac1dedf32c251f9ea30470d7 (diff)
downloadjinja2-3f6a7e8ea995aefd4b45ca35395edaa0921a12d3.tar.gz
update project links
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 6 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 6dad0c6..7a5ad7f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,9 +3,13 @@ name = Jinja2
# Version needs regex in setup.py.
url = https://palletsprojects.com/p/jinja
project_urls =
+ Donate = https://palletsprojects.com/donate
Documentation = https://jinja.palletsprojects.com/
- Code = https://github.com/pallets/jinja
- Issue tracker = https://github.com/pallets/jinja/issues
+ Changes = https://jinja.palletsprojects.com/changes/
+ Source Code = https://github.com/pallets/jinja/
+ Issue Tracker = https://github.com/pallets/jinja/issues/
+ Twitter = https://twitter.com/PalletsTeam
+ Chat = https://discord.gg/pallets
license = BSD-3-Clause
license_files = LICENSE.rst
author = Armin Ronacher