summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
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 = [