diff --git a/.project-template/fill_template_vars.sh b/.project-template/fill_template_vars.sh index 7ae7ebb..1e76d8a 100755 --- a/.project-template/fill_template_vars.sh +++ b/.project-template/fill_template_vars.sh @@ -44,5 +44,5 @@ _replace "s//$RTD_NAME/g" _replace "s//$PROJECT_NAME/g" _replace "s//$SHORT_DESCRIPTION/g" -mkdir -p $MODULE_NAME -touch $MODULE_NAME/__init__.py +mkdir -p "$PROJECT_ROOT/$MODULE_NAME" +touch "$PROJECT_ROOT/$MODULE_NAME/__init__.py" diff --git a/.project-template/refill_template_vars.sh b/.project-template/refill_template_vars.sh new file mode 100644 index 0000000..bbb39e9 --- /dev/null +++ b/.project-template/refill_template_vars.sh @@ -0,0 +1 @@ + + + + + +