From e8f8420ef7c37f60e0b3ccfaaebf64287965520c Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Wed, 8 Oct 2014 01:03:08 +0200 Subject: Updated setup.py to point to Python 3.2, 3.3 and 3.4 --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3a05934..bcfb124 100755 --- a/setup.py +++ b/setup.py @@ -35,7 +35,8 @@ setup( 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', - 'Programming Language :: Python', - 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', ], ) -- cgit v1.2.3