oslo.config/setup.cfg
Corey Bryant 2488c1e1ce Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: Ia547c6f2e27c12ef58eb955286b5f2ab5359c2e2
Story: #2005924
Task: #34234
2019-07-05 14:43:07 -04:00

42 lines
1.1 KiB
INI

[metadata]
name = oslo.config
author = OpenStack
author-email = openstack-discuss@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.6
Programming Language :: Python :: 3.7
[files]
packages =
oslo_config
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
oslo-config-generator = oslo_config.generator:main
oslo-config-validator = oslo_config.validator:main
oslo.config.opts =
oslo.config = oslo_config._list_opts:list_opts
oslo.config.driver =
remote_file = oslo_config.sources._uri:URIConfigurationSourceDriver
[bdist_wheel]
universal = 1