Update setup.py.
This commit is contained in:
parent
05727b2584
commit
4acd37edd0
5
setup.py
5
setup.py
@ -47,7 +47,10 @@ try:
|
|||||||
['qutebrowser = qutebrowser.qutebrowser:main']},
|
['qutebrowser = qutebrowser.qutebrowser:main']},
|
||||||
test_suite='qutebrowser.test',
|
test_suite='qutebrowser.test',
|
||||||
zip_safe=True,
|
zip_safe=True,
|
||||||
extras_require={'nice-debugging': ['colorlog', 'colorama']},
|
install_requires=['pypeg2'],
|
||||||
|
extras_require={'nice-debugging': ['colorlog', 'colorama'],
|
||||||
|
'checks': ['flake8', 'pylint', 'check-manifest',
|
||||||
|
'pyroma']},
|
||||||
**setupdata
|
**setupdata
|
||||||
)
|
)
|
||||||
finally:
|
finally:
|
||||||
|
Loading…
Reference in New Issue
Block a user