Merge pull request #2254 from proofit404/master

Exclude setup.py from tern-django recipe.
This commit is contained in:
Steve Purcell 2014-12-08 14:29:14 +00:00
commit e9e128a795

View file

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