1[metadata]
2name = oslo.log
3summary = oslo.log library
4description-file =
5	README.rst
6author = OpenStack
7author-email = openstack-discuss@lists.openstack.org
8home-page = https://docs.openstack.org/oslo.log/latest
9python-requires = >=3.6
10classifier =
11	Environment :: OpenStack
12	Intended Audience :: Information Technology
13	Intended Audience :: System Administrators
14	License :: OSI Approved :: Apache Software License
15	Operating System :: POSIX :: Linux
16	Programming Language :: Python
17	Programming Language :: Python :: 3
18	Programming Language :: Python :: 3.6
19	Programming Language :: Python :: 3.7
20	Programming Language :: Python :: 3.8
21	Programming Language :: Python :: 3 :: Only
22	Programming Language :: Python :: Implementation :: CPython
23
24[files]
25packages =
26	oslo_log
27
28[extras]
29fixtures =
30	fixtures>=3.0.0 # Apache-2.0/BSD
31systemd =
32	systemd-python>=234 # LGPLv2+
33
34[entry_points]
35oslo.config.opts =
36	oslo.log = oslo_log._options:list_opts
37console_scripts =
38	convert-json = oslo_log.cmds.convert_json:main
39
40[egg_info]
41tag_build =
42tag_date = 0
43
44