Sfoglia il codice sorgente

All Python build outputs to ./build/python

Lutz Roeder 8 anni fa
parent
commit
bb17ed372c
2 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  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