From cdb8536e8df4a67a063007a1c42575f931067914 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 19 May 2025 21:42:47 +0200 Subject: [PATCH] Update project settings and scripts after release --- pyproject.toml | 2 +- setup/make_pip.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0804a98c..ece574a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools"] +requires = ["setuptools >= 77.0.3"] build-backend = "setuptools.build_meta" [project] diff --git a/setup/make_pip.sh b/setup/make_pip.sh index 25da2237..4c3eb846 100755 --- a/setup/make_pip.sh +++ b/setup/make_pip.sh @@ -49,5 +49,5 @@ echo " Done!" echo "================================================================================" echo "" echo " To upload packages to PyPi, run:" -echo " twine upload dist/*" +echo " python3 -m twine upload dist/*" echo ""