Since python-fuelclient has separate version from Fuel and it is required to release important bugfixes the version is bumped to 6.1.2. 6.1.1 is skipped because it was tagged once before by mistake. Change-Id: I18dc5bded27fba0f022e37bf310852c4fff92bdd
51 lines
1.5 KiB
INI
51 lines
1.5 KiB
INI
[metadata]
|
|
name = python-fuelclient
|
|
version = 6.1.2
|
|
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
|
|
|
|
fuelclient =
|
|
env_list=fuelclient.commands.environment:EnvList
|
|
env_create=fuelclient.commands.environment:EnvCreate
|
|
env_show=fuelclient.commands.environment:EnvShow
|
|
env_delete=fuelclient.commands.environment:EnvDelete
|
|
env_update=fuelclient.commands.environment:EnvUpdate
|
|
env_upgrade=fuelclient.commands.environment:EnvUpgrade
|
|
env_deploy=fuelclient.commands.environment:EnvDeploy
|
|
env_add_nodes=fuelclient.commands.environment:EnvAddNodes
|
|
node_list=fuelclient.commands.node:NodeList
|
|
node_show=fuelclient.commands.node:NodeShow
|
|
task_list=fuelclient.commands.task:TaskList
|
|
task_show=fuelclient.commands.task:TaskShow
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
fuelclient.hooks.setup_hook
|
|
|
|
[wheel]
|
|
python-tag = py2
|