kluge until packet tagging works again. DO NOT TAGsvn diff
[nodemanager.git] / setup.py
index fe5a893..63c6c80 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: setup.py,v 1.2 2006/11/15 20:02:49 mlhuang Exp $
+# $Id$
 #
 
 from distutils.core import setup, Extension
@@ -17,19 +17,26 @@ setup(
     py_modules=[
     'accounts',
     'api',
+    'api_calls',
     'conf_files',
     'config',
     'curlwrapper',
     'database',
     'delegate',
     'logger',
+    'net',
     'nm',
     'plcapi',
+    'proper',
+    'vsys',
     'safexmlrpc',
     'sliver_vs',
     'sm',
     'ticket',
     'tools',
+    'bwmon',
+    'codemux',
+    'iptables',
     ],
     scripts = [
     'forward_api_calls',