Fix missing list in setupcommon.py
This commit is contained in:
parent
9b63c72804
commit
917bc820a4
@ -92,7 +92,7 @@ setupdata = {
|
||||
"QtWebKit."),
|
||||
'long_description': read_file('README'),
|
||||
'url': 'http://www.qutebrowser.org/',
|
||||
'requires': 'rfc6266',
|
||||
'requires': ['rfc6266'],
|
||||
'author': _get_constant('author'),
|
||||
'author_email': _get_constant('email'),
|
||||
'license': _get_constant('license'),
|
||||
|
Loading…
Reference in New Issue
Block a user