summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-12-05 13:34:09 +0100
committerjaseg <code@jaseg.net>2017-12-05 13:34:09 +0100
commitc2616054a12990176820805e138433f42d9817a5 (patch)
tree217b505f3ee85a39cb1a00f4ded1cafe1e3f693e
parent70a639bd7df426a18731336d176f131a7147d4ef (diff)
downloadpython-mpv-c2616054a12990176820805e138433f42d9817a5.tar.gz
python-mpv-c2616054a12990176820805e138433f42d9817a5.tar.bz2
python-mpv-c2616054a12990176820805e138433f42d9817a5.zip
v0.3.7: Remove windows classifiers since nobody tests this on windows
-rwxr-xr-xsetup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 0e61685..0f478d4 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
- version = '0.3.6',
+ version = '0.3.7',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',
@@ -17,12 +17,10 @@ setup(
'multimedia'],
classifiers = [
'Development Status :: 4 - Beta',
- 'Environment :: Win32 (MS Windows)',
'Environment :: X11 Applications',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Natural Language :: English',
- 'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Programming Language :: C',
'Programming Language :: Python :: 3.6',