From cf8d138fa8caff5961ec35767d37f0dbca955249 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Thu, 14 Nov 2013 01:45:49 -0500 Subject: Add wheel support --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.env') diff --git a/.env b/.env index a2942614..8c3ace66 100644 --- a/.env +++ b/.env @@ -18,7 +18,7 @@ alias project="root; cd $PROJECT_NAME" # Commands alias test="root; py.test -s" alias install="_install_project" -alias distribute="python setup.py sdist upload" +alias distribute="python setup.py sdist upload; python setup.py bdist_wheel upload" alias leave="_leave_project" function _install_project() -- cgit v1.2.1