better python version specs

This commit is contained in:
Manuel Barkhau 2019-02-22 10:44:03 +01:00
parent 0feadb0b4c
commit 70ea1f20ba
2 changed files with 4 additions and 4 deletions

View file

@ -490,7 +490,7 @@ bump_version:
.PHONY: dist_build
dist_build:
$(DEV_ENV_PY) setup.py sdist;
$(DEV_ENV_PY) setup.py bdist_wheel --python-tag=$(BDIST_WHEEL_PYTHON_TAG);
$(DEV_ENV_PY) setup.py bdist_wheel --python-tag=py2.py3;
@rm -rf src/*.egg-info