diff options
| author | Markus Unterwaditzer <markus@unterwaditzer.net> | 2015-06-01 17:12:56 +0200 |
|---|---|---|
| committer | Markus Unterwaditzer <markus@unterwaditzer.net> | 2015-06-01 17:12:56 +0200 |
| commit | 62f57f4c18b8b0d8ac2d7a53a89b6f73b6fcc03e (patch) | |
| tree | e5304a5b80212677fc1188579a3a44d7e5490c4e /setup.py | |
| parent | 9620b9b08c68faec91c3882758930034cc480e37 (diff) | |
| download | jinja2-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.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |
