From 52585768c0b0838d337512c901f8ffcdf61059ea Mon Sep 17 00:00:00 2001 From: Gerhard Weis Date: Fri, 25 Jan 2013 14:53:37 +1000 Subject: update trove classifiers to show all supported python versions --- setup.py | 7 +++++-- 1 file 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', ], -- cgit v1.2.1