26 lines
917 B
INI
26 lines
917 B
INI
[metadata]
|
|
name = python-ironic-inspector-client
|
|
summary = Python client for Ironic Inspector
|
|
description-file = README.rst
|
|
home-page = https://launchpad.net/python-ironic-inspector-client
|
|
license = Apache-2
|
|
classifier =
|
|
Environment :: Console
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 3
|
|
[files]
|
|
packages =
|
|
ironic_inspector_client
|
|
[entry_points]
|
|
openstack.cli.extension =
|
|
baremetal-introspection = ironic_inspector_client.shell
|
|
openstack.baremetal_introspection.v1 =
|
|
baremetal_introspection_start = ironic_inspector_client.shell:StartCommand
|
|
baremetal_introspection_status = ironic_inspector_client.shell:StatusCommand
|