]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Add Python classifiers for all supported versions
authorMarkus Unterwaditzer <markus@unterwaditzer.net>
Mon, 1 Jun 2015 15:12:56 +0000 (17:12 +0200)
committerMarkus Unterwaditzer <markus@unterwaditzer.net>
Mon, 1 Jun 2015 15:12:56 +0000 (17:12 +0200)
Thanks to @ThomasWaldmann for the original patch. His fork is gone so I
can't apply the original commits.

setup.py

index 2cf3106f0c3edff04e16210570935f539de87480..3bfa749d441e5ca7672258710de6d037ad8a5d50 100644 (file)
--- 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'