Update setup.py.

This commit is contained in:
Florian Bruhin 2014-08-20 15:21:35 +02:00
parent 05727b2584
commit 4acd37edd0

View File

@ -47,7 +47,10 @@ try:
['qutebrowser = qutebrowser.qutebrowser:main']},
test_suite='qutebrowser.test',
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
)
finally: