mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Add twine and wheel to [dev]
This commit is contained in:
parent
d621df3320
commit
7d3a49b9e7
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -57,6 +57,8 @@ dev_extras = [
|
|||
# Pin astroid==1.3.5, pylint==1.4.2 as a workaround for #289
|
||||
'astroid==1.3.5',
|
||||
'pylint==1.4.2', # upstream #248
|
||||
'twine',
|
||||
'wheel',
|
||||
]
|
||||
|
||||
docs_extras = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue