Skip to content

Commit

Permalink
Update pyproject.toml on install to switch from Production/Stable to …
Browse files Browse the repository at this point in the history
…Planning
  • Loading branch information
verbman committed Apr 8, 2024
1 parent d96b2f3 commit b7b130f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b7b130f

Please sign in to comment.