608a15ea61
Change-Id: I197694efd17966a32548643368983efe66041197
47 lines
1.1 KiB
INI
47 lines
1.1 KiB
INI
[metadata]
|
|
name = oslo.config
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
summary = Oslo Configuration API
|
|
description-file =
|
|
README.rst
|
|
home-page = https://docs.openstack.org/oslo.config/latest/
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
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
|
|
|
|
[files]
|
|
packages =
|
|
oslo_config
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
oslo-config-generator = oslo_config.generator:main
|
|
oslo.config.opts =
|
|
oslo.config = oslo_config._list_opts:list_opts
|
|
|
|
[build_sphinx]
|
|
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
|