Ver código fonte

added build script, for people who don't want to install sccd onto their python install dir

Cláudio Gomes 8 anos atrás
pai
commit
302c92eb3a
2 arquivos alterados com 4 adições e 0 exclusões
  1. 3 0
      .gitignore
  2. 1 0
      src/build.bat

+ 3 - 0
.gitignore

@@ -11,3 +11,6 @@ src/build
 **/*target*
 **/*.lprof
 doc/_build
+.project
+.pydevproject
+src/MANIFEST

+ 1 - 0
src/build.bat

@@ -0,0 +1 @@
+python setup.py build