diff options
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'] }, |