]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Add trove classifier for Python 3.6 701/head
authorJon Dufresne <jon.dufresne@gmail.com>
Sun, 9 Apr 2017 21:24:33 +0000 (14:24 -0700)
committerJon Dufresne <jon.dufresne@gmail.com>
Sun, 9 Apr 2017 21:24:33 +0000 (14:24 -0700)
setup.py

index b77ff428ec5a3000fe138feb11834666dbc3b5ce..72a686150696e4e9b7abc49d74e84a29c648d46f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -64,6 +64,7 @@ setup(
         'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
         'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
         'Topic :: Software Development :: Libraries :: Python Modules',
         'Topic :: Text Processing :: Markup :: HTML'