mirror of
https://github.com/haidaraM/ansible-playbook-grapher
synced 2024-11-10 14:14:19 +00:00
Replace python3 by python in the Makefile
This commit is contained in:
parent
6c667f4e00
commit
df11b6255c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue