diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-15 11:26:50 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-15 11:26:50 -0700 |
commit | 78d2e13e8168f8df644376c5d6637fe24206de80 (patch) | |
tree | 6785b4b1632007124f60b6cbdd13cb6e66b48692 | |
parent | d5d5cbf6124e10acf23894c6c12dc6164402155d (diff) | |
download | cmd2-git-78d2e13e8168f8df644376c5d6637fe24206de80.tar.gz |
Updated build step in fabfile to include both source and wheel distributions0.8.5
-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 |