Fix license field in setup.py

This commit is contained in:
jaseg 2022-04-27 18:14:57 +02:00
parent 0bc8547a3b
commit 1d2a0bef46

View file

@ -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']
},