X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=082e56551bd5a0569df9c30f966952b92825b7d8;hb=55afbcaa2f8e9646bec3962e406f150f5d31b47b;hp=379fd46e9c7fade699573b39c0107a0210693b5e;hpb=74c55e000fb9322fbae55f40a9a8de427bde04d7;p=nodemanager.git diff --git a/setup.py b/setup.py index 379fd46..082e565 100644 --- a/setup.py +++ b/setup.py @@ -1,21 +1,16 @@ #!/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',