summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2014-02-24 05:57:21 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2014-02-24 05:57:21 -0500
commite1d129638af84cbfc3d8a6faa48bab1f9d59e547 (patch)
tree518c17cf76cbd0e530aaaa35f35cd3c182c78136 /.env
parent8aed6f50627477d4ab94443607b3e6334d6db732 (diff)
downloadpies-e1d129638af84cbfc3d8a6faa48bab1f9d59e547.tar.gz
Disable wheel support till I determine correct way to change requirements per python version using it
Diffstat (limited to '.env')
-rw-r--r--.env2
1 files changed, 0 insertions, 2 deletions
diff --git a/.env b/.env
index 894af80..a2f6462 100644
--- a/.env
+++ b/.env
@@ -37,11 +37,9 @@ function _distribute_project()
root
sudo rm -rf dist build
python setup.py sdist upload
- python setup.py bdist_wheel upload
overrides
sudo rm -rf dist build
python setup.py sdist upload
- python setup.py bdist_wheel upload
}
function _leave_project()