Fix license field in setup.py
This commit is contained in:
parent
0bc8547a3b
commit
1d2a0bef46
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -13,7 +13,7 @@ setup(
|
|||
url = 'https://github.com/jaseg/python-mpv',
|
||||
author = 'jaseg',
|
||||
author_email = 'github@jaseg.net',
|
||||
license = 'GPLv3+',
|
||||
license = 'GPLv2+',
|
||||
extras_require = {
|
||||
'screenshot_raw': ['Pillow']
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue