mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
setup.py: Add pywebview as optional dependency
This commit is contained in:
parent
15591a1e2d
commit
77efeee2ca
5
setup.py
5
setup.py
|
@ -39,6 +39,9 @@ setup(
|
|||
'setuptools',
|
||||
'wheel'
|
||||
],
|
||||
extras_reuqire=dict(
|
||||
webview=['pywebview'],
|
||||
),
|
||||
url='https://github.com/derrod/legendary',
|
||||
description='Free and open-source replacement for the Epic Games Launcher application',
|
||||
long_description=long_description,
|
||||
|
@ -54,5 +57,5 @@ setup(
|
|||
'Intended Audience :: End Users/Desktop',
|
||||
'Topic :: Games/Entertainment',
|
||||
'Development Status :: 4 - Beta',
|
||||
],
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue