diff --git a/project.clj b/project.clj index 8bd143807915e7c27af475de4c870cbe8b3754e1..1fd447a21aef794ec8a0c2cb0df08eae96f8a339 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject python/lein-template "0.20.0" +(defproject python/lein-template "0.20.1" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" diff --git a/src/leiningen/new/python/Makefile b/src/leiningen/new/python/Makefile index 9dfcb8a52ac6ebfacb303a6d20a74a0e23660dce..1f51c522fe8e856389bcae53256714267f3fa3bd 100644 --- a/src/leiningen/new/python/Makefile +++ b/src/leiningen/new/python/Makefile @@ -80,7 +80,7 @@ full-clean: find . -name "__pycache__" -type d -exec rm -rf {} \; || true find . -name "*.pyc" -type f -exec rm -rf {} \; || true todo: - @rgrep -I -n -i --exclude=Makefile --exclude=TAGS --exclude-dir=$(VENV) -E '(TODO|FIXME|XXX|not_implemented)' $(PYTHON_MODULES) + @rgrep -I -n --exclude=Makefile --exclude=TAGS --exclude-dir=$(VENV) -E '(TODO|FIXME|XXX|not_implemented)' $(PYTHON_MODULES) TAGS: etags -R --exclude=static $(PYTHON_MODULES) update-git-hooks: install-git-hooks-force