summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-01-26 22:24:57 -0800
committerDavid Lord <davidism@gmail.com>2020-01-26 22:24:57 -0800
commit9ff27f64a92171c912e403bd66c392ec1a70533a (patch)
tree851deebaa2aed222467e9136ad154995c4aa412c /setup.py
parentd312609ccd561498d2963d47f0330715e8f24982 (diff)
downloadjinja2-9ff27f64a92171c912e403bd66c392ec1a70533a.tar.gz
add python 3.8 classifier, clean up changelog
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 70915ff..7d94cd3 100644
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,7 @@ setup(
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",