diff --git a/py.pi.sh b/py.pi.sh index b9e608b..6d6bb43 100755 --- a/py.pi.sh +++ b/py.pi.sh @@ -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 \