diff --git a/setup.py b/setup.py index 73637574..18696b8d 100644 --- a/setup.py +++ b/setup.py @@ -27,4 +27,5 @@ except ImportError: setuptools.setup( setup_requires=['pbr'], + data_files=[('/etc/bash_completion.d', ['tools/rally.bash_completion'])], pbr=True)