Fix setup.py for PyPI upload
This commit is contained in:
parent
49d634ac53
commit
4b6c21677e
1 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
||||||
url = 'https://github.com/jaseg/python-mpv',
|
url = 'https://github.com/jaseg/python-mpv',
|
||||||
author = 'jaseg',
|
author = 'jaseg',
|
||||||
author_email = 'github@jaseg.net',
|
author_email = 'github@jaseg.net',
|
||||||
license = 'AGPLv3+',
|
license = 'GPLv3+',
|
||||||
extras_require = {
|
extras_require = {
|
||||||
'screenshot_raw': ['Pillow']
|
'screenshot_raw': ['Pillow']
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue