temporary rename bwlimit as bwlimitlxc for a dry run of the
[nodemanager.git] / setup.py
index 7b17cf6..75f2bd3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,15 +1,10 @@
 #!/usr/bin/python
 #
-# $Id$
-# $URL$
-#
 # Setup script for the Node Manager application
 #
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
-#
 
 from distutils.core import setup, Extension
 
@@ -19,18 +14,23 @@ setup(
         'api',
         'api_calls',
         'bwmon',
+        'bwlimitlxc',
+        'cgroups',
         'conf_files',
         'config',
         'controller',
         'coresched',
         'curlwrapper',
         'database',
+        'initscript',
         'iptables',
         'logger',
         'net',
         'nodemanager',
         'plcapi',
         'safexmlrpc',
+        'sliver_libvirt',
+        'sliver_lxc',
         'sliver_vs',
         'slivermanager',
         'ticket',