Skip to content
Snippets Groups Projects
Commit a53a7a46 authored by Jan Mach's avatar Jan Mach
Browse files

Turned on building of universal wheels (work both for Python 2 and 3).

parent 9c41991b
Branches
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ archive: FORCE ...@@ -167,7 +167,7 @@ archive: FORCE
bdist: FORCE bdist: FORCE
@echo "\n${GREEN}*** Building Python packages ***${NC}\n" @echo "\n${GREEN}*** Building Python packages ***${NC}\n"
@python3 setup.py sdist bdist_wheel @python3 setup.py sdist bdist_wheel --universal
install: FORCE install: FORCE
@echo "\n${GREEN}*** Performing local installation ***${NC}\n" @echo "\n${GREEN}*** Performing local installation ***${NC}\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment