1[metadata]
2name = os-brick
3summary = OpenStack Cinder brick library for managing local volume attaches
4description_file =
5	README.rst
6author = OpenStack
7author_email = openstack-discuss@lists.openstack.org
8home_page = https://docs.openstack.org/os-brick/
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 :: Implementation :: CPython
18	Programming Language :: Python :: 3 :: Only
19	Programming Language :: Python :: 3
20	Programming Language :: Python :: 3.6
21	Programming Language :: Python :: 3.7
22	Programming Language :: Python :: 3.8
23
24[files]
25packages =
26	os_brick
27data_files =
28
29[egg_info]
30tag_build =
31tag_date = 0
32tag_svn_revision = 0
33
34[mypy]
35show_column_numbers = true
36show_error_context = true
37ignore_missing_imports = true
38follow_imports = skip
39incremental = true
40check_untyped_defs = true
41warn_unused_ignores = true
42show_error_codes = true
43pretty = true
44html_report = mypy-report
45
46