Add attrs to setup.py
This commit is contained in:
parent
58a43d0851
commit
1de25c14e4
@ -105,7 +105,7 @@ setupdata = {
|
|||||||
'description': _get_constant('description'),
|
'description': _get_constant('description'),
|
||||||
'long_description': read_file('README.asciidoc'),
|
'long_description': read_file('README.asciidoc'),
|
||||||
'url': 'https://www.qutebrowser.org/',
|
'url': 'https://www.qutebrowser.org/',
|
||||||
'requires': ['pypeg2', 'jinja2', 'pygments', 'PyYAML'],
|
'requires': ['pypeg2', 'jinja2', 'pygments', 'PyYAML', 'attrs'],
|
||||||
'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'),
|
||||||
|
Loading…
Reference in New Issue
Block a user