From: Markus Unterwaditzer Date: Mon, 1 Jun 2015 15:12:56 +0000 (+0200) Subject: Add Python classifiers for all supported versions X-Git-Tag: 2.8~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62f57f4c18b8b0d8ac2d7a53a89b6f73b6fcc03e;p=thirdparty%2Fjinja.git 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. --- diff --git a/setup.py b/setup.py index 2cf3106f..3bfa749d 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'