This commit is contained in:
Marc Beninca 2024-09-28 20:10:06 +02:00
parent b7138b9b72
commit 6f0f8baf4d
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -3,9 +3,10 @@
set \
"pip" \
"setuptools" \
"uv" \
"wheel" \
\
"uv" \
\
"pelican" \
\
"hatch" \
@ -32,7 +33,9 @@ set \
"PyYAML" \
"types-PyYAML" \
root="/sw/python/pypi"
file="$(readlink --canonicalize-existing "${0}")"
root="$(dirname "${file}")"
root="${root}/root/py/pi"
tmp="${root}/tmp"
rm --force --recursive \