merged the 3 packaging-dependant tracks (-lib, -lxc and -vs) into a single specfile...
[nodemanager.git] / setup-lxc.py
diff --git a/setup-lxc.py b/setup-lxc.py
deleted file mode 100644 (file)
index 14954d2..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
-
-setup(
-    py_modules=[
-        'sliver_libvirt',
-        'sliver_lxc',
-        'cgroups',
-        'coresched_lxc',
-#        'plugins.privatebridge',
-        ],
-    scripts = [
-        ],
-    packages =[
-        ],
-    )