This patch a mechanism for launching a Cliff application which loads its commands as python entry-points. Blueprint: re-thinking-fuel-client Change-Id: I77fc4b0f18f4c5781cd1bb4efa1a2841b210cb56
37 lines
873 B
INI
37 lines
873 B
INI
[metadata]
|
|
name = python-fuelclient
|
|
version = 6.0.0
|
|
summary = Command line interface and Python API wrapper for Fuel.
|
|
author = Mirantis Inc.
|
|
author-email = product@mirantis.com
|
|
home-page = http://mirantis.com
|
|
description-file =
|
|
README.rst
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.6
|
|
Programming Language :: Python :: 2.7
|
|
|
|
[files]
|
|
packages =
|
|
fuelclient
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
fuel=fuelclient.cli.parser:main
|
|
fuel2=fuelclient.main:main
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
fuelclient.hooks.setup_hook
|
|
|
|
[wheel]
|
|
universal = 1
|