expects the 'interfaces' key in GetSlivers - review logs to always mention module
[nodemanager.git] / setup.py
index 14608ca..fd1cc28 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,11 +19,10 @@ setup(
         'api',
         'api_calls',
         'bwmon',
-        'codemux',
         'conf_files',
         'config',
-        'curlwrapper',
         'controller',
+        'curlwrapper',
         'database',
         'iptables',
         'logger',
@@ -32,14 +34,10 @@ setup(
         'sm',
         'ticket',
         'tools',
-        'vsys',
         ],
     scripts = [
         'forward_api_calls',
         ],
-    ext_modules=[
-        Extension('sioc', ['sioc.c']),
-        ],
     packages =[
         'plugins',
         ],