summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-06-01 17:12:56 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-06-01 17:12:56 +0200
commit62f57f4c18b8b0d8ac2d7a53a89b6f73b6fcc03e (patch)
treee5304a5b80212677fc1188579a3a44d7e5490c4e /setup.py
parent9620b9b08c68faec91c3882758930034cc480e37 (diff)
downloadjinja2-62f57f4c18b8b0d8ac2d7a53a89b6f73b6fcc03e.tar.gz
Add Python classifiers for all supported versions
Thanks to @ThomasWaldmann for the original patch. His fork is gone so I can't apply the original commits.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2cf3106..3bfa749 100644
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,11 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.3',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Processing :: Markup :: HTML'