From b7b130f9e6c4b019339e35ad4730e380e87df8ca Mon Sep 17 00:00:00 2001 From: Hamish Fraser Date: Mon, 8 Apr 2024 22:20:39 +1200 Subject: [PATCH] Update pyproject.toml on install to switch from Production/Stable to Planning --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 48caa3fe..c7e0a0b7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -100,6 +100,7 @@ sed -i.template -e "1,${last_changelog_number}d" CHANGELOG.md # remove country- echo -e "${PURPLE}* ${PURPLE}Prepare \033[0m${BLUE}pyproject.toml\033[0m" sed -i.template "s|https://github.com/openfisca/country-template|$REPOSITORY_URL|g" pyproject.toml +sed -i.template "s|:: 5 - Production/Stable|:: 1 - Planning|g" pyproject.toml sed -i.template "s|repository_folder|$REPOSITORY_FOLDER|g" README.md find . -name "*.template" -type f -delete