From 70bfeb94c320f58670813f6769c65c9b5af6438e Mon Sep 17 00:00:00 2001 From: LingxianKong Date: Fri, 15 May 2015 11:18:34 +0800 Subject: [PATCH] Delete bash completion script auto placement While providing mistral command line bash completion script, how the script is placed in the right place should be left to the packager, e.g. provided in the RPM spec. Change-Id: I2db1ff36177e47b18c227a69ccab3a01b681dd79 Closes-Bug: #1455057 --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6b5c6962..1ce31181 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,10 +19,6 @@ author-email = openstack-dev@lists.openstack.org packages = mistralclient -data_files = - /etc/bash_completion.d = - tools/mistral.bash_completion - [entry_points] console_scripts = mistral = mistralclient.shell:main