diff options
| author | Soren Hansen <soren@linux2go.dk> | 2011-08-10 10:09:50 +0100 |
|---|---|---|
| committer | Soren Hansen <soren@linux2go.dk> | 2011-08-10 10:09:50 +0100 |
| commit | 5ad921d7ae360b60c14e1e85b237af7f02b14fdc (patch) | |
| tree | 1f784d35657769d2a93072ddb3103037cb1188ec | |
| parent | 4b3165429797d40da17f5c59aaeadb00673b71b2 (diff) | |
Pass py_modules=[] to setup to avoid installing run_tests.py as a top-level module.
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -133,4 +133,5 @@ setup(name='nova', 'bin/stack', 'bin/nova-volume', 'bin/nova-vncproxy', - 'tools/nova-debug']) + 'tools/nova-debug'], + py_modules=[]) |
