summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2014-10-08 01:03:08 +0200
committerMarkus Holtermann <info@markusholtermann.eu>2014-10-08 01:03:08 +0200
commite8f8420ef7c37f60e0b3ccfaaebf64287965520c (patch)
tree2f3737e5295b9e2ea0ca6b32bfc7efa5be6cd597
parent913cc85e6467f723f36709f13cd52dd0148fc38b (diff)
downloadbvg-grabber-e8f8420ef7c37f60e0b3ccfaaebf64287965520c.tar.gz
bvg-grabber-e8f8420ef7c37f60e0b3ccfaaebf64287965520c.tar.bz2
bvg-grabber-e8f8420ef7c37f60e0b3ccfaaebf64287965520c.zip
Updated setup.py to point to Python 3.2, 3.3 and 3.4
-rwxr-xr-xsetup.py5
1 files changed, 3 insertions, 2 deletions
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',
],
)