diff --git a/{{cookiecutter.project_name}}/Makefile b/{{cookiecutter.project_name}}/Makefile index fbf6b84..495ba67 100644 --- a/{{cookiecutter.project_name}}/Makefile +++ b/{{cookiecutter.project_name}}/Makefile @@ -50,7 +50,6 @@ setup: install gen-project gen-examples gendoc git-init-add install: git init # issues/33 poetry install - rm -fr .git # issues/33 .PHONY: install # ---