Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.3.0" (defproject python/lein-template "0.3.1" :description "lein template for a python project" :url "http://emacsos.com/lein/python" :license {:name "Eclipse Public License" Loading src/leiningen/new/python/.gitignore +2 −0 Original line number Diff line number Diff line Loading @@ -8,8 +8,10 @@ lib/python3.4/ local/ dist/ build/ wheelhouse/ *.egg-info/ *.py[co] __pycache__/ .tox *.deb # ENG regular python ignore list Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.3.0" (defproject python/lein-template "0.3.1" :description "lein template for a python project" :url "http://emacsos.com/lein/python" :license {:name "Eclipse Public License" Loading
src/leiningen/new/python/.gitignore +2 −0 Original line number Diff line number Diff line Loading @@ -8,8 +8,10 @@ lib/python3.4/ local/ dist/ build/ wheelhouse/ *.egg-info/ *.py[co] __pycache__/ .tox *.deb # ENG regular python ignore list