summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-03-15 15:07:48 -0700
committerJesse Andrews <anotherjesse@gmail.com>2012-03-22 13:17:08 -0700
commit02afb4d60c93169b9e2aeb7c907fa8919447d561 (patch)
treeeffab3772f105454e3b79a0efd2636a890263e0d /setup.py
parent79807e11a1e066e79edd8460d9306824ce83b0e5 (diff)
downloadnova-02afb4d60c93169b9e2aeb7c907fa8919447d561.tar.gz
Remove tools/nova-debug
Broken and outdated (last updated on Mon Jun 27 2011) Change-Id: I3ed67430e01c2db531b89bc3ffd6e7b174791fbc
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index dd5c221bbc..f3b0baba57 100644
--- a/setup.py
+++ b/setup.py
@@ -84,6 +84,5 @@ setuptools.setup(name='nova',
'bin/nova-scheduler',
'bin/nova-volume',
'bin/nova-xvpvncproxy',
- 'bin/stack',
- 'tools/nova-debug'],
+ 'bin/stack'],
py_modules=[])