eec6024f10
For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: Id830b5206728b102e9da2ede6e894a6375e02e75
44 lines
1.0 KiB
INI
44 lines
1.0 KiB
INI
[metadata]
|
|
name = python-manilaclient
|
|
summary = Client library for OpenStack Manila API.
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://docs.openstack.org/python-manilaclient/latest/
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
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 :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
manilaclient
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
manila = manilaclient.shell:main
|
|
oslo.config.opts =
|
|
manilaclient.config = manilaclient.config:list_opts
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[coverage:run]
|
|
omit = manilaclient/tests/*
|
|
branch = true
|