Pass py_modules=[] to setup to avoid installing run_tests.py as a top-level module.

This commit is contained in:
Soren Hansen 2011-08-10 10:09:50 +01:00
parent 4b31654297
commit 5ad921d7ae
1 changed files with 2 additions and 1 deletions

View File

@ -133,4 +133,5 @@ setup(name='nova',
'bin/stack',
'bin/nova-volume',
'bin/nova-vncproxy',
'tools/nova-debug'])
'tools/nova-debug'],
py_modules=[])