소스 검색

All Python build outputs to ./build/python

Lutz Roeder 8 년 전
부모
커밋
bb17ed372c
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      netron
  2. 5 1
      setup.cfg

+ 1 - 1
netron

@@ -8,4 +8,4 @@ fi
 
 python ./setup.py --quiet build
 
-PYTHONPATH=./build/lib python ./build/scripts-2.7/netron $@
+PYTHONPATH=./build/python/lib python ./build/python/scripts-2.7/netron $@

+ 5 - 1
setup.cfg

@@ -1,5 +1,9 @@
+[build]
+build-base = ./build/python
+
 [bdist_wheel]
 universal=1
+dist-dir = ./build/python/dist
 
 [egg_info]
-egg_base = /tmp
+egg_base = ./build/python