Change-Id: I8e10fc1775cd07271ff5651e104b6b8b26743be3 Partially-Implements: karbor-support-python-openstackclient
53 lines
1.4 KiB
INI
53 lines
1.4 KiB
INI
[metadata]
|
|
name = python-karborclient
|
|
summary = Python client library for Karbor API
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://docs.openstack.org/developer/karbor/
|
|
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.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
karborclient
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
karbor = karborclient.shell:main
|
|
|
|
openstack.cli.extension =
|
|
data_protection = karborclient.osc.plugin
|
|
|
|
openstack.data_protection.v1 =
|
|
data_protection_plan_list = karborclient.osc.v1.plans:ListPlans
|
|
data_protection_plan_show = karborclient.osc.v1.plans:ShowPlan
|
|
data_protection_plan_create = karborclient.osc.v1.plans:CreatePlan
|
|
data_protection_plan_update = karborclient.osc.v1.plans:UpdatePlan
|
|
data_protection_plan_delete = karborclient.osc.v1.plans:DeletePlan
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[wheel]
|
|
universal = 1
|