merged the 3 packaging-dependant tracks (-lib, -lxc and -vs) into a single specfile...
[nodemanager.git] / setup-vs.py
diff --git a/setup-vs.py b/setup-vs.py
deleted file mode 100644 (file)
index b9b030d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/python
-#
-# Setup script for the Node Manager application
-#
-# Mark Huang <mlhuang@cs.princeton.edu>
-# 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 =[
-        ],
-    )