#!/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_libvirt', 'sliver_lxc', 'cgroups', 'coresched_lxc', # 'plugins.privatebridge', ], scripts = [ ], packages =[ ], )