Exclude setup.py from tern-django recipe.

This commit is contained in:
Malyshev Artem 2014-12-08 13:20:25 +03:00
parent 84b6cb403f
commit 39b9c69064

View file

@ -1,4 +1,4 @@
(tern-django
:fetcher github
:repo "proofit404/tern-django"
:files ("*.el" "*.py"))
:files ("*.el" "*.py" (:exclude "setup.py")))