display working time at the end of each loop
[nodemanager.git] / setup.py
index 4e06e3e..c8d4614 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,8 @@
 #!/usr/bin/python
 #
+# $Id$
+# $URL$
+#
 # Setup script for the Node Manager application
 #
 # Mark Huang <mlhuang@cs.princeton.edu>
@@ -19,16 +22,17 @@ setup(
         'conf_files',
         'config',
         'controller',
+        'coresched',
         'curlwrapper',
         'database',
         'iptables',
         'logger',
         'net',
-        'nm',
+        'nodemanager',
         'plcapi',
         'safexmlrpc',
         'sliver_vs',
-        'sm',
+        'slivermanager',
         'ticket',
         'tools',
         ],