X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup-vs.py;fp=setup-vs.py;h=0000000000000000000000000000000000000000;hb=eb318302b6957abc774e7340786251fff80f4ab0;hp=b9b030dc5b478d5cd6df1cefaa22df1ce73cedea;hpb=e1f1050c332744ddb2b8bf1f771eb8beeebfca3b;p=nodemanager.git diff --git a/setup-vs.py b/setup-vs.py deleted file mode 100644 index b9b030d..0000000 --- a/setup-vs.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/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 - -# vserver-specific stuff -setup( - py_modules=[ - 'sliver_vs', - 'coresched_vs', - # this plugin uses vserver for now - 'plugins.drl', - ], - scripts = [ - ], - packages =[ - ], - )