fix python location

This commit is contained in:
Joe Kaufeld 2022-07-23 15:11:21 -04:00
parent 442168ad2b
commit c63b2a55ac
1 changed files with 2 additions and 2 deletions

View File

@ -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 .