root
This commit is contained in:
parent
b7138b9b72
commit
6f0f8baf4d
1 changed files with 5 additions and 2 deletions
7
py.pi.sh
7
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 \
|
||||
|
|
Loading…
Reference in a new issue