X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=bc10f6013bd41b1c84ee4f220df8f82946f3058e;hb=394b44e8be158f75c8b75827e7dfed9c096ec6f6;hp=14608ca2508abeab3bd4f518f25b0e423e5b5986;hpb=b489ea9df8e62e86372ccef4a1e234768fe7763d;p=nodemanager.git diff --git a/setup.py b/setup.py index 14608ca..bc10f60 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,8 @@ #!/usr/bin/python # +# $Id$ +# $URL$ +# # Setup script for the Node Manager application # # Mark Huang @@ -16,30 +19,25 @@ setup( 'api', 'api_calls', 'bwmon', - 'codemux', 'conf_files', 'config', - 'curlwrapper', 'controller', + 'curlwrapper', 'database', 'iptables', 'logger', 'net', - 'nm', + 'nodemanager', 'plcapi', 'safexmlrpc', 'sliver_vs', - 'sm', + 'slivermanager', 'ticket', 'tools', - 'vsys', ], scripts = [ 'forward_api_calls', ], - ext_modules=[ - Extension('sioc', ['sioc.c']), - ], packages =[ 'plugins', ],