aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2019-04-07 18:11:42 +0300
committerMike Crute <crutem@amazon.com>2019-04-07 10:11:23 -0700
commit332002809d5ca54cef4dcfd948ebb4e9812d176f (patch)
treecbe71625fa908441bc734aad2b229a6829c1b52f
parentd36902f652bb0aae20940f88cf7874f172a77c89 (diff)
downloadpydora-332002809d5ca54cef4dcfd948ebb4e9812d176f.tar.bz2
pydora-332002809d5ca54cef4dcfd948ebb4e9812d176f.tar.xz
pydora-332002809d5ca54cef4dcfd948ebb4e9812d176f.zip
Add explicit version classifiers
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5ab8a98..614df41 100755
--- a/setup.py
+++ b/setup.py
@@ -76,9 +76,11 @@ setup(
76 "Intended Audience :: End Users/Desktop", 76 "Intended Audience :: End Users/Desktop",
77 "License :: OSI Approved :: MIT License", 77 "License :: OSI Approved :: MIT License",
78 "Operating System :: OS Independent", 78 "Operating System :: OS Independent",
79 "Programming Language :: Python :: 3",
79 "Programming Language :: Python :: 3.5", 80 "Programming Language :: Python :: 3.5",
80 "Programming Language :: Python :: 3.6", 81 "Programming Language :: Python :: 3.6",
81 "Programming Language :: Python :: 3.7", 82 "Programming Language :: Python :: 3.7",
83 "Programming Language :: Python :: 3 :: Only",
82 "Topic :: Internet :: WWW/HTTP", 84 "Topic :: Internet :: WWW/HTTP",
83 "Topic :: Multimedia :: Sound/Audio :: Players", 85 "Topic :: Multimedia :: Sound/Audio :: Players",
84 ] 86 ]