summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Grainger <thomasgrainger@graingert.co.uk>2014-08-20 09:48:28 +0100
committerThomas Grainger <thomasgrainger@graingert.co.uk>2014-08-20 09:48:28 +0100
commit04ca62aab24e7c3d80a9b12f638468dffb5b4c9f (patch)
treed00f6280f5c86c17abf88fed99d3301da73693cd /setup.py
parentfe3b24f6dc749d66c2d61ee9e06e143ee5114f53 (diff)
downloadappdirs-04ca62aab24e7c3d80a9b12f638468dffb5b4c9f.tar.gz
Update trove and tox with supported python versions
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index ccd1e72..e06df91 100644
--- a/setup.py
+++ b/setup.py
@@ -29,13 +29,14 @@ setup(
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 2
- Programming Language :: Python :: 2.4
- Programming Language :: Python :: 2.5
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.1
Programming Language :: Python :: 3.2
+ Programming Language :: Python :: 3.3
+ Programming Language :: Python :: 3.4
+ Programming Language :: Python :: Implementation :: PyPy
+ Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
""".split('\n') if c.strip()],
test_suite='test.test_api',