1[bdist_wheel]
2universal = 1
3
4[mypy]
5ignore_missing_imports = True
6
7[tool:pytest]
8addopts = --durations=10
9
10[egg_info]
11tag_build =
12tag_date = 0
13
14