summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2022-04-24 13:52:42 +0200
committerjaseg <code@jaseg.net>2022-04-24 13:52:42 +0200
commit4b6c21677e32bd5d53ef1d58098a6cb3076225cc (patch)
treeb8c4711939bbc8e77559f2cc22361756cc63ce41
parent49d634ac53792ab869445c09196bed488d6fb129 (diff)
downloadpython-mpv-4b6c21677e32bd5d53ef1d58098a6cb3076225cc.tar.gz
python-mpv-4b6c21677e32bd5d53ef1d58098a6cb3076225cc.tar.bz2
python-mpv-4b6c21677e32bd5d53ef1d58098a6cb3076225cc.zip
Fix setup.py for PyPI upload
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1717613..fe09b2e 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(
url = 'https://github.com/jaseg/python-mpv',
author = 'jaseg',
author_email = 'github@jaseg.net',
- license = 'AGPLv3+',
+ license = 'GPLv3+',
extras_require = {
'screenshot_raw': ['Pillow']
},
@@ -19,7 +19,7 @@ setup(
'multimedia'],
python_requires='>=3.7',
classifiers = [
- 'Development Status :: 5 - Production / Stable',
+ 'Development Status :: 5 - Production/Stable',
'Environment :: X11 Applications',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',