X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=190fa56669bb61dc340b3b8fc408697cf77c56f8;hb=854fdfe526baa82adf31f14cac8a62223b310050;hp=bc10f6013bd41b1c84ee4f220df8f82946f3058e;hpb=164e7fc96baccd6ae5caa57b794fb9966167eca2;p=nodemanager.git diff --git a/setup.py b/setup.py index bc10f60..190fa56 100644 --- a/setup.py +++ b/setup.py @@ -1,27 +1,23 @@ #!/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', 'conf_files', 'config', 'controller', + 'coresched', 'curlwrapper', 'database', 'iptables',