Explorar o código

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

Cláudio Gomes %!s(int64=8) %!d(string=hai) anos
pai
achega
302c92eb3a
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  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