浏览代码

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

Cláudio Gomes 9 年之前
父节点
当前提交
302c92eb3a
共有 2 个文件被更改,包括 4 次插入0 次删除
  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