added verbosity to sshsh, and fix make sync so it shows up at the
[nodemanager.git] / setup.py
index 4e06e3e..082e565 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -5,30 +5,33 @@
 # 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',
+        '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',
         ],