]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Added Python 3.4 and 3.5 to the classifiers in setup.py 500/head
authorSebastian Noack <sebastian.noack@gmail.com>
Tue, 6 Oct 2015 14:13:45 +0000 (16:13 +0200)
committerSebastian Noack <sebastian.noack@gmail.com>
Tue, 6 Oct 2015 14:14:28 +0000 (16:14 +0200)
setup.py

index 507fd073533fb95b0f0aeb67946c951cd878147d..c87ab8a4a538216ddcbf1d5abf822797ee2c650b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,8 @@ setup(
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.3',
+        'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
         'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
         'Topic :: Software Development :: Libraries :: Python Modules',
         'Topic :: Text Processing :: Markup :: HTML'