Replace python3 by python in the Makefile

This commit is contained in:
Mohamed El Mouctar HAIDARA 2019-02-24 17:12:09 +01:00
parent 6c667f4e00
commit df11b6255c

View file

@ -7,7 +7,7 @@ build: $(PACKAGE)
$(PACKAGE): $(SRC)
@echo "Building the package..."
@python3 setup.py bdist_wheel
@python setup.py bdist_wheel
# Deploy to Pypi Live environment
deploy: clean build