2013-04-27 11:05:18 -04:00
|
|
|
[metadata]
|
|
|
|
name = oslo.config
|
|
|
|
author = OpenStack
|
|
|
|
author-email = openstack-dev@lists.openstack.org
|
|
|
|
summary = Oslo Configuration API
|
|
|
|
description-file =
|
|
|
|
README.rst
|
2015-09-16 02:07:32 +05:30
|
|
|
home-page = https://wiki.openstack.org/wiki/Oslo#oslo.config
|
2013-04-27 11:05:18 -04:00
|
|
|
classifier =
|
2016-05-02 13:40:04 -04:00
|
|
|
Development Status :: 5 - Production/Stable
|
2013-04-27 11:05:18 -04:00
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Developers
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: OS Independent
|
|
|
|
Programming Language :: Python
|
2014-03-06 16:01:44 -08:00
|
|
|
Programming Language :: Python :: 2
|
2013-04-27 11:05:18 -04:00
|
|
|
Programming Language :: Python :: 2.7
|
2014-03-06 16:01:44 -08:00
|
|
|
Programming Language :: Python :: 3
|
2015-05-08 16:15:52 -04:00
|
|
|
Programming Language :: Python :: 3.4
|
2016-07-09 22:39:20 -07:00
|
|
|
Programming Language :: Python :: 3.5
|
2013-04-27 11:05:18 -04:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2014-12-05 15:33:58 -05:00
|
|
|
oslo_config
|
2013-04-27 11:05:18 -04:00
|
|
|
|
|
|
|
[global]
|
|
|
|
setup-hooks =
|
|
|
|
pbr.hooks.setup_hook
|
|
|
|
|
2014-06-18 16:24:33 +01:00
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
2014-12-05 15:33:58 -05:00
|
|
|
oslo-config-generator = oslo_config.generator:main
|
2016-01-15 20:41:03 +00:00
|
|
|
oslo.config.opts =
|
|
|
|
oslo.config = oslo_config._list_opts:list_opts
|
2014-06-18 16:24:33 +01:00
|
|
|
|
2013-02-09 15:36:08 -05:00
|
|
|
[build_sphinx]
|
|
|
|
source-dir = doc/source
|
|
|
|
build-dir = doc/build
|
|
|
|
all_files = 1
|
|
|
|
|
|
|
|
[upload_sphinx]
|
|
|
|
upload-dir = doc/build/html
|
2013-11-19 09:53:10 +01:00
|
|
|
|
2015-09-24 21:46:10 -04:00
|
|
|
[pbr]
|
|
|
|
warnerrors = True
|
|
|
|
|
2013-11-19 09:53:10 +01:00
|
|
|
[wheel]
|
|
|
|
universal = 1
|