Move extras_require to setup.py
This commit is contained in:
parent
61c9afb821
commit
06779a875f
@ -95,7 +95,6 @@ setupdata = {
|
|||||||
'author': _get_constant('author'),
|
'author': _get_constant('author'),
|
||||||
'author_email': _get_constant('email'),
|
'author_email': _get_constant('email'),
|
||||||
'license': _get_constant('license'),
|
'license': _get_constant('license'),
|
||||||
'extras_require': {'nice-debugging': ['colorlog', 'colorama', 'ipdb']},
|
|
||||||
'classifiers': [
|
'classifiers': [
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
'Environment :: X11 Applications :: Qt',
|
'Environment :: X11 Applications :: Qt',
|
||||||
|
1
setup.py
1
setup.py
@ -47,6 +47,7 @@ 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', 'ipdb']},
|
||||||
**setupdata
|
**setupdata
|
||||||
)
|
)
|
||||||
finally:
|
finally:
|
||||||
|
Loading…
Reference in New Issue
Block a user