X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup-planetstack.py;fp=setup-planetstack.py;h=5bc47c29e949105dcf749c868eb157f5d9d15389;hb=15bbeb4bdf214cccf387d8d2ff4f219bf9d3fdef;hp=0000000000000000000000000000000000000000;hpb=9f214ddb7a2bbd6e09b65c69398d0427ec8f733d;p=nodemanager.git diff --git a/setup-planetstack.py b/setup-planetstack.py new file mode 100644 index 0000000..5bc47c2 --- /dev/null +++ b/setup-planetstack.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# +# Setup script for the Node Manager application +# +# Mark Huang +# Copyright (C) 2006 The Trustees of Princeton University +# + +from distutils.core import setup, Extension + +setup( + py_modules=[ + 'plugins.planetstack-net', + ], + scripts = [ + ], + packages =[ + ], + )