aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d7223cc..210acdc 100755
--- a/setup.py
+++ b/setup.py
@@ -88,10 +88,10 @@ setup(
88 "License :: OSI Approved :: MIT License", 88 "License :: OSI Approved :: MIT License",
89 "Operating System :: OS Independent", 89 "Operating System :: OS Independent",
90 "Programming Language :: Python :: 2.7", 90 "Programming Language :: Python :: 2.7",
91 "Programming Language :: Python :: 3.3",
92 "Programming Language :: Python :: 3.4", 91 "Programming Language :: Python :: 3.4",
93 "Programming Language :: Python :: 3.5", 92 "Programming Language :: Python :: 3.5",
94 "Programming Language :: Python :: 3.6", 93 "Programming Language :: Python :: 3.6",
94 "Programming Language :: Python :: 3.7",
95 "Topic :: Internet :: WWW/HTTP", 95 "Topic :: Internet :: WWW/HTTP",
96 "Topic :: Multimedia :: Sound/Audio :: Players", 96 "Topic :: Multimedia :: Sound/Audio :: Players",
97 ], 97 ],