fix comments about requires in specfile
[nodemanager.git] / setup.py
index 4e06e3e..379fd46 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>
@@ -16,19 +19,24 @@ setup(
         'api',
         'api_calls',
         'bwmon',
+        'bwlimit',
+        'cgroups',
         'conf_files',
         'config',
         'controller',
+        'coresched',
         'curlwrapper',
         'database',
         'iptables',
         'logger',
         'net',
-        'nm',
+        'nodemanager',
         'plcapi',
         'safexmlrpc',
+        'sliver_libvirt',
+        'sliver_lxc',
         'sliver_vs',
-        'sm',
+        'slivermanager',
         'ticket',
         'tools',
         ],