diff --git a/py.pypi.sh b/py.pypi.sh index 65ce73f..add9f45 100755 --- a/py.pypi.sh +++ b/py.pypi.sh @@ -7,9 +7,6 @@ set \ \ "uv" \ \ - "Cython" \ - "maturin" \ - \ "pelican" \ \ "hatch" \ @@ -34,7 +31,10 @@ set \ \ "ruamel.yaml" \ "PyYAML" \ - "types-PyYAML" + "types-PyYAML" \ + \ + "Cython" \ + "maturin" file="$(readlink --canonicalize-existing "${0}")" root="$(dirname "${file}")"