diff --git a/project.clj b/project.clj index 1fadcda72d60d78d9de2f1a9015662662bfe0742..9d304ac64e35a49b26440b7838485ff09d7caeb8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject python/lein-template "0.16.2" +(defproject python/lein-template "0.16.3" :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 4d3fb3e67db26a54f16e074b3f8bd1428a0394fc..044b863ef9578d460bbf08fa30f7b25d6118c8e9 100644 --- a/src/leiningen/new/python/Makefile +++ b/src/leiningen/new/python/Makefile @@ -30,7 +30,7 @@ requirements: @if [ -d wheelhouse ]; then \ $(PIP) install -q --no-index --find-links=wheelhouse $(REQUIREMENTS); \ else \ - $(PIP) install -q --find-links=wheelhouse $(REQUIREMENTS); \ + $(PIP) install -q -f https://emacsos.com/python/packages/ $(REQUIREMENTS); \ fi logdir: @if [ ! -d /var/log/{{name}} ]; then \