aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xen/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xen/setup.py')
-rw-r--r--tools/xen/setup.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/xen/setup.py b/tools/xen/setup.py
deleted file mode 100644
index 1f0e959d08..0000000000
--- a/tools/xen/setup.py
+++ /dev/null
@@ -1,17 +0,0 @@
-
-from distutils.core import setup, Extension
-
-setup(name = 'xen',
- version = '1.0',
- description = 'Xen',
- author = 'Mike Wray',
- author_email = 'mike.wray@hp.com',
- packages = ['xen',
- 'xen.ext',
- 'xen.util',
- 'xen.xend',
- 'xen.xend.server',
- 'xen.xm',
- ],
- package_dir = { 'xen': 'lib' },
- )