diff options
-rw-r--r-- | fabfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ def clean(): @task def build(): - local("python setup.py sdist") + local("python setup.py sdist bdist_wheel") @task |
![]() |
index : delta/python-packages/cmd2-git.git | |
github.com: python-cmd2/cmd2.git |
summaryrefslogtreecommitdiff |
-rw-r--r-- | fabfile.py | 2 |
@@ -30,7 +30,7 @@ def clean(): @task def build(): - local("python setup.py sdist") + local("python setup.py sdist bdist_wheel") @task |