From 6285051c3979a7e326ab92d47de351e5b2313149 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 18 Jul 2015 06:51:30 +0100 Subject: [PATCH] added bdist_wheel to Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a3bad69..52c6407 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ clean: dist: clean python setup.py sdist + python setup.py bdist_wheel --universal upload: dist python setup.py register -r pypi