From c63b2a55acc848ea1138e995b9790549b7b14fcf Mon Sep 17 00:00:00 2001 From: Joe Kaufeld Date: Sat, 23 Jul 2022 15:11:21 -0400 Subject: [PATCH] fix python location --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dab9ecd..1825406 100644 --- a/Makefile +++ b/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 .