X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=f113014bec81163a875e305793a638aa74d193fb;hb=60395dfb9481a673f89cab677a7ed764042152e2;hp=fe5a893966a2c9b26510fe92af6c22daee2ccabb;hpb=83d2aff73273d5759705899d4be309d4b2da7197;p=nodemanager.git diff --git a/setup.py b/setup.py index fe5a893..f113014 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.2 2006/11/15 20:02:49 mlhuang Exp $ +# $Id: setup.py,v 1.4 2006/11/28 21:36:06 mlhuang Exp $ # from distutils.core import setup, Extension @@ -17,19 +17,25 @@ 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', + 'iptables', ], scripts = [ 'forward_api_calls',