Commit 8a1bb677 authored by Yuanle Song's avatar Yuanle Song
Browse files

v0.16.3 bugfix: pip install missing a link

parent d6bd5f22
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
(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"
+1 −1
Original line number Diff line number Diff line
@@ -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 \