aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-12-12 20:06:42 -0800
committerMike Crute <mcrute@gmail.com>2015-12-12 20:08:18 -0800
commit264130bb606b84665e2da3eb84b884fb05a2ffb0 (patch)
tree8ba8df9ccfeaff07a7996a082bb295f286db1b9f /setup.py
parent810e4438790a5b94cd20bbab21e0bc825cf6a01e (diff)
downloadpydora-264130bb606b84665e2da3eb84b884fb05a2ffb0.tar.bz2
pydora-264130bb606b84665e2da3eb84b884fb05a2ffb0.tar.xz
pydora-264130bb606b84665e2da3eb84b884fb05a2ffb0.zip
Add python 3.5, remove 3.2
Coverage doesn't support python 3.2 and even though pydora theoretically does if our build tools don't then we officially don't.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 569b95e..d2fa9ce 100755
--- a/setup.py
+++ b/setup.py
@@ -32,8 +32,10 @@ setup(
32 "Intended Audience :: End Users/Desktop", 32 "Intended Audience :: End Users/Desktop",
33 "License :: OSI Approved :: MIT License", 33 "License :: OSI Approved :: MIT License",
34 "Operating System :: OS Independent", 34 "Operating System :: OS Independent",
35 "Programming Language :: Python :: 2", 35 "Programming Language :: Python :: 2.7",
36 "Programming Language :: Python :: 3", 36 "Programming Language :: Python :: 3.3",
37 "Programming Language :: Python :: 3.4",
38 "Programming Language :: Python :: 3.5",
37 "Topic :: Internet :: WWW/HTTP", 39 "Topic :: Internet :: WWW/HTTP",
38 "Topic :: Multimedia :: Sound/Audio :: Players", 40 "Topic :: Multimedia :: Sound/Audio :: Players",
39 ] 41 ]