aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2017-06-18 19:35:02 -0700
committerMike Crute <mike@crute.us>2017-06-18 19:35:02 -0700
commit93357e373a68fc6054bef3aae3e3648cc1cb24e6 (patch)
tree7aef89b752c71737e2455713652c5b56a6c2cc58 /setup.py
parent2adbca3f8a133eb740d019739f682f4ad7c29d59 (diff)
downloadpydora-93357e373a68fc6054bef3aae3e3648cc1cb24e6.tar.bz2
pydora-93357e373a68fc6054bef3aae3e3648cc1cb24e6.tar.xz
pydora-93357e373a68fc6054bef3aae3e3648cc1cb24e6.zip
Enable 3.6 support
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 869852a..4076c76 100755
--- a/setup.py
+++ b/setup.py
@@ -80,6 +80,7 @@ setup(
80 "Programming Language :: Python :: 3.3", 80 "Programming Language :: Python :: 3.3",
81 "Programming Language :: Python :: 3.4", 81 "Programming Language :: Python :: 3.4",
82 "Programming Language :: Python :: 3.5", 82 "Programming Language :: Python :: 3.5",
83 "Programming Language :: Python :: 3.6",
83 "Topic :: Internet :: WWW/HTTP", 84 "Topic :: Internet :: WWW/HTTP",
84 "Topic :: Multimedia :: Sound/Audio :: Players", 85 "Topic :: Multimedia :: Sound/Audio :: Players",
85 ] 86 ]