Merge "add bash completion script"

This commit is contained in:
Jenkins 2014-10-08 18:37:02 +00:00 committed by Gerrit Code Review
commit 9de6b243ea

View File

@ -27,4 +27,5 @@ except ImportError:
setuptools.setup(
setup_requires=['pbr'],
data_files=[('/etc/bash_completion.d', ['tools/rally.bash_completion'])],
pbr=True)