remove dependency to module and fix build script

This commit is contained in:
scito 2023-01-03 02:00:07 +01:00
parent 2707e244be
commit 3502294172
2 changed files with 4 additions and 5 deletions

View file

@ -317,7 +317,7 @@ eval "$cmd"
# Build wheel
cmd="$PIP wheel .
cmd="$PIP wheel ."
if $interactive ; then askContinueYn "$cmd"; else echo -e "${cyan}$cmd${reset}";fi
eval "$cmd"