python-mistralclient/setup.cfg
LingxianKong 168f462d90 add bash completion script
This patch add a script mistral.bash_completion which enables
auto-completion of mistral CLI in bash environmnet when running:

python setup.py install
or
python setup.py develop

test:
mistral [tab][tab]
mistral workf[tab][tab]
mistral workflow-get -[tab][tab]

Change-Id: I8e25f3a90c09e6f09877d9f66cc1f8aa44d6e6f6
Implements: blueprint add-bash-completion-script
2015-02-27 19:06:51 +08:00

35 lines
855 B
INI

[metadata]
name = python-mistralclient
summary = Mistral Client Library
description-file = README.md
#license = Apache Software License
classifiers =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
#License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
author = OpenStack
author-email = openstack-dev@lists.openstack.org
[files]
packages =
mistralclient
data_files =
/etc/bash_completion.d =
tools/mistral.bash_completion
[entry_points]
console_scripts =
mistral = mistralclient.shell:main
[nosetests]
cover-package = mistralclient
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext