setup.py: Fix typo in specifying optional dependencies (#352)

This commit is contained in:
jak3z 2021-10-09 11:43:09 -03:00 committed by GitHub
parent 594a21c8f1
commit 23a76e8a56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ setup(
'setuptools',
'wheel'
],
extras_reuqire=dict(
extras_require=dict(
webview=['pywebview>=3.4'],
webview_gtk=['pywebview>=3.4', 'PyGObject']
),