Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-09-27 09:54:31 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-09-27 14:10:39 +0300
commit7d3a49b9e73017aa07d0a8ea39ac5dad9b1febca (patch)
tree147f46d78213d86a0e9455b9bd69b1fc4d1f0717 /setup.py
parentd621df3320fe5d291c1da4884365f11e659b2127 (diff)
Add twine and wheel to [dev]
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0fed79354..b1a5ada25 100644
--- a/setup.py
+++ b/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 = [