Replace all template vars

This commit is contained in:
Jason Carver 2018-01-24 16:24:08 -08:00
parent a7955a560e
commit 3d87ff7153
1 changed files with 2 additions and 0 deletions

View File

@ -32,4 +32,6 @@ read SHORT_DESCRIPTION
sed -i "s/<MODULE_NAME>/$MODULE_NAME/g" $TEMPLATE_FILES
sed -i "s/<PYPI_NAME>/$PYPI_NAME/g" $TEMPLATE_FILES
sed -i "s/<REPO_NAME>/$REPO_NAME/g" $TEMPLATE_FILES
sed -i "s/<RTD_NAME>/$RTD_NAME/g" $TEMPLATE_FILES
sed -i "s/<PROJECT_NAME>/$PROJECT_NAME/g" $TEMPLATE_FILES
sed -i "s/<SHORT_DESCRIPTION>/$SHORT_DESCRIPTION/g" $TEMPLATE_FILES