summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Weis <gerhard.weis@gmail.com>2013-01-25 14:53:37 +1000
committerGerhard Weis <gerhard.weis@gmail.com>2013-01-25 14:53:37 +1000
commit52585768c0b0838d337512c901f8ffcdf61059ea (patch)
treea95b5b829fe93e46e42df7690ae8eb87cd056eae
parent024882df877f9d0dc05c2b88224d0c8d39bf7190 (diff)
downloadisodate-52585768c0b0838d337512c901f8ffcdf61059ea.tar.gz
update trove classifiers to show all supported python versions
-rw-r--r--setup.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 94539eb..918065e 100644
--- a/setup.py
+++ b/setup.py
@@ -71,8 +71,11 @@ setup(name='isodate',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet',
'Topic :: Software Development :: Libraries :: Python Modules',
],