From 9bdc09e97740d105e2f5008862017d2a3b331571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ely=C3=A9zer=20Rezende?= Date: Tue, 9 Jul 2019 10:35:29 -0400 Subject: [PATCH] Update make package to generate py3 only wheels --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 040e239..dbd3445 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ lint: flake8 testimony package: - python setup.py sdist bdist_wheel --universal + python setup.py sdist bdist_wheel package-clean: rm -rf build dist testimony.egg-info