temporary rename bwlimit as bwlimitlxc for a dry run of the
[nodemanager.git] / setup.py
index 379fd46..75f2bd3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,25 +1,20 @@
 #!/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
 
 setup(
     py_modules=[
-        'accounts',
+        'account',
         'api',
         'api_calls',
         'bwmon',
-        'bwlimit',
+        'bwlimitlxc',
         'cgroups',
         'conf_files',
         'config',
@@ -27,6 +22,7 @@ setup(
         'coresched',
         'curlwrapper',
         'database',
+        'initscript',
         'iptables',
         'logger',
         'net',