X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=63c6c80b6617c9a79276100a78b6d480c9a7d5f1;hb=6147df8093bc97e6f571bbae326c1fc994c5390f;hp=824a6043c36f4d8a75e025b1404e4b354d532a8f;hpb=66c91739d265289b7c466e70b5f3f1c63b1b6e4a;p=nodemanager.git diff --git a/setup.py b/setup.py index 824a604..63c6c80 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # Mark Huang # 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',