From 56356a0b773b3a06f968773d8a49fea5cfa00d9d Mon Sep 17 00:00:00 2001 From: Jan Mach <jan.mach@cesnet.cz> Date: Fri, 8 Sep 2017 16:59:24 +0200 Subject: [PATCH] Turned on building of universal wheels (work both for Python 2 and 3). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3bedb91..9792bf1 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ archive: FORCE bdist: FORCE @echo "\n${GREEN}*** Building Python packages ***${NC}\n" - @python3 setup.py sdist bdist_wheel + @python3 setup.py sdist bdist_wheel --universal install: FORCE @echo "\n${GREEN}*** Performing local installation ***${NC}\n" -- GitLab