X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=824a6043c36f4d8a75e025b1404e4b354d532a8f;hb=66c91739d265289b7c466e70b5f3f1c63b1b6e4a;hp=fe5a893966a2c9b26510fe92af6c22daee2ccabb;hpb=90072a96485b15bff37e3023cea394f17ac30ae7;p=nodemanager.git diff --git a/setup.py b/setup.py index fe5a893..824a604 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.3 2006/11/27 22:42:48 mlhuang Exp $ # from distutils.core import setup, Extension @@ -23,8 +23,10 @@ setup( 'database', 'delegate', 'logger', + 'net', 'nm', 'plcapi', + 'proper', 'safexmlrpc', 'sliver_vs', 'sm',