fix python location
This commit is contained in:
parent
442168ad2b
commit
c63b2a55ac
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
|||
setup:
|
||||
.venv/bin/python src/poetry2setup.py > setup.py
|
||||
python src/poetry2setup.py > setup.py
|
||||
|
||||
build: setup shiv
|
||||
|
||||
|
@ -7,4 +7,4 @@ clean:
|
|||
rm setup.py
|
||||
|
||||
shiv:
|
||||
.venv/bin/shiv -c utils -o utils .
|
||||
shiv -c utils -o utils .
|
||||
|
|
Loading…
Add table
Reference in a new issue