فهرست منبع

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

Cláudio Gomes 8 سال پیش
والد
کامیت
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