From 5a72ca986dba79d996f38a746e0abb5f2ff43d11 Mon Sep 17 00:00:00 2001 From: Miroslav Shubernetskiy Date: Mon, 24 Apr 2017 17:45:15 -0400 Subject: [PATCH] added wheels support for packaging --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 8a88f03..1b7d9c9 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,9 @@ check: lint clean-build clean-pyc clean-test test-coverage release: clean python setup.py sdist upload + python setup.py bdist_wheel upload dist: clean python setup.py sdist + python setup.py bdist_wheel ls -l dist