summaryrefslogtreecommitdiff
path: root/fabfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'fabfile.py')
-rw-r--r--fabfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fabfile.py b/fabfile.py
index cf0151e4..a80d5d50 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -30,7 +30,7 @@ def clean():
@task
def build():
- local("python setup.py sdist")
+ local("python setup.py sdist bdist_wheel")
@task