setup.py: Add pillow extra dependency
This commit is contained in:
parent
968277652a
commit
2eeddcda05
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -10,6 +10,9 @@ setup(
|
||||||
author = 'jaseg',
|
author = 'jaseg',
|
||||||
author_email = 'github@jaseg.net',
|
author_email = 'github@jaseg.net',
|
||||||
license = 'AGPLv3+',
|
license = 'AGPLv3+',
|
||||||
|
extras_require = {
|
||||||
|
'screenshot_raw': ['Pillow']
|
||||||
|
},
|
||||||
keywords = ['mpv', 'library', 'video', 'audio', 'player', 'display',
|
keywords = ['mpv', 'library', 'video', 'audio', 'player', 'display',
|
||||||
'multimedia'],
|
'multimedia'],
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue