Expand the glob.
[nodemanager.git] / setup.py
index 824a604..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.3 2006/11/27 22:42:48 mlhuang Exp $
+# $Id$
 #
 
 from distutils.core import setup, Extension
@@ -17,6 +17,7 @@ setup(
     py_modules=[
     'accounts',
     'api',
+    'api_calls',
     'conf_files',
     'config',
     'curlwrapper',
@@ -27,11 +28,15 @@ setup(
     'nm',
     'plcapi',
     'proper',
+    'vsys',
     'safexmlrpc',
     'sliver_vs',
     'sm',
     'ticket',
     'tools',
+    'bwmon',
+    'codemux',
+    'iptables',
     ],
     scripts = [
     'forward_api_calls',