clean up, mainly the scheduler

This commit is contained in:
Philipp Moritz
2016-03-02 15:23:11 -08:00
parent 743f843524
commit 3ebf8b0699
14 changed files with 163 additions and 150 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ setup(
packages=find_packages(),
package_data = {
'orchpy': ['liborchlib.dylib' if MACOSX else 'liborchlib.so',
'scheduler_server',
'scheduler',
'objstore']
},
zip_safe=False