X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=082e56551bd5a0569df9c30f966952b92825b7d8;hb=55afbcaa2f8e9646bec3962e406f150f5d31b47b;hp=bc10f6013bd41b1c84ee4f220df8f82946f3058e;hpb=164e7fc96baccd6ae5caa57b794fb9966167eca2;p=nodemanager.git diff --git a/setup.py b/setup.py index bc10f60..082e565 100644 --- a/setup.py +++ b/setup.py @@ -1,27 +1,25 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Setup script for the Node Manager application # # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ -# from distutils.core import setup, Extension setup( py_modules=[ - 'accounts', + 'account', 'api', 'api_calls', 'bwmon', + 'bwlimit', + 'cgroups', 'conf_files', 'config', 'controller', + 'coresched', 'curlwrapper', 'database', 'iptables', @@ -30,6 +28,8 @@ setup( 'nodemanager', 'plcapi', 'safexmlrpc', + 'sliver_libvirt', + 'sliver_lxc', 'sliver_vs', 'slivermanager', 'ticket',