diff --git a/setup.py b/setup.py index 1152026..540861e 100755 --- a/setup.py +++ b/setup.py @@ -10,6 +10,9 @@ setup( author = 'jaseg', author_email = 'github@jaseg.net', license = 'AGPLv3+', + extras_require = { + 'screenshot_raw': ['Pillow'] + }, keywords = ['mpv', 'library', 'video', 'audio', 'player', 'display', 'multimedia'], classifiers = [