X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup-vs.py;fp=setup-vs.py;h=a2032dc4b5ce2b54b2fd98fe5d8394ce78d26994;hb=c40748ce15f446462fe7050aaf825cc6e81c6d82;hp=0000000000000000000000000000000000000000;hpb=311cd566040f87d49b3b3d21ed9f027f96be1e58;p=nodemanager.git diff --git a/setup-vs.py b/setup-vs.py new file mode 100644 index 0000000..a2032dc --- /dev/null +++ b/setup-vs.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=[ + 'sliver_vs', + ], + scripts = [ + ], + packages =[ + ], + )