Some helper commands for working with RSpecs
authorAndy Bavier <acb@cs.princeton.edu>
Fri, 14 May 2010 19:10:28 +0000 (19:10 +0000)
committerAndy Bavier <acb@cs.princeton.edu>
Fri, 14 May 2010 19:10:28 +0000 (19:10 +0000)
setup.py

index 932ef0a..c33dd7f 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -23,6 +23,12 @@ bins = [
     'sfa/client/getRecord.py',
     'sfa/client/setRecord.py',
     'sfa/client/sfadump.py',
+    'sfa/client/sfiListNodes.py',
+    'sfa/client/sfiListSlivers.py',
+    'sfa/client/sfiAddSliver.py',
+    'sfa/client/sfiDeleteSliver.py',
+    'sfa/client/sfiAddAttribute.py',
+    'sfa/client/sfiDeleteAttribute.py',
     'sfatables/sfatables',
     ]