From e1d129638af84cbfc3d8a6faa48bab1f9d59e547 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Mon, 24 Feb 2014 05:57:21 -0500 Subject: Disable wheel support till I determine correct way to change requirements per python version using it --- .env | 2 -- 1 file changed, 2 deletions(-) (limited to '.env') 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() -- cgit v1.2.1