diff options
author | Alex Grönholm <alex.gronholm+git@nextday.fi> | 2012-08-07 03:15:19 +0300 |
---|---|---|
committer | Alex Grönholm <alex.gronholm+git@nextday.fi> | 2012-08-07 03:15:19 +0300 |
commit | 309a2a9b655857fcb8453d142b3247aef1b7b49f (patch) | |
tree | 2b8b2b84a2b2cf00e5c24cf35536409e46023809 /setup.py | |
parent | b846290e8f822550d0c5f11e741d9ae10e3027e2 (diff) | |
download | redis-py-309a2a9b655857fcb8453d142b3247aef1b7b49f.tar.gz |
Added classifiers to indicate supported Python versions
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -34,5 +34,12 @@ setup( 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', - 'Programming Language :: Python'] + 'Programming Language :: Python', + 'Programming Language :: Python :: 2.5', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + ] ) |