summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Mondéjar <mondejar1994@gmail.com>2020-09-03 14:34:20 +0200
committerÁlvaro Mondéjar <mondejar1994@gmail.com>2020-09-03 14:34:20 +0200
commit6215ba10a7737bd3582926b0ade8a510441da48e (patch)
treebc1e7fbaac5069993495723f0c14908e678ec6a6
parent94f809566362c348215cf74bec0956474c16afd4 (diff)
downloadmako-6215ba10a7737bd3582926b0ade8a510441da48e.tar.gz
Include supported Python versions classifiers in setup
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9e14132..cc5127d 100644
--- a/setup.py
+++ b/setup.py
@@ -48,6 +48,9 @@ setup(
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
+ "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",