e19b787dd4
With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as errors is setting warning-is-error in build_sphinx section. Enable this. Change-Id: I8ea73cff6dc539c9f9db2f550ad8088812467d1b
54 lines
1.2 KiB
INI
54 lines
1.2 KiB
INI
[metadata]
|
|
name = python-manilaclient
|
|
summary = Client library for OpenStack Manila API.
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Contributors
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://docs.openstack.org/developer/python-manilaclient
|
|
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
|
|
|
|
[build_sphinx]
|
|
builders = html,man
|
|
all-files = 1
|
|
warning-is-error = 1
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[coverage:run]
|
|
omit = manilaclient/tests/*
|
|
branch = true
|