1[bdist_wheel]
2python-tag = py34.py35.py36
3
4[flake8]
5max-line-length = 90
6
7[isort]
8line_length = 90
9multi_line_output = 3
10force_grid_wrap = true
11balanced_wrapping = true
12order_by_type = true
13atomic = true
14include_trailing_comma = true
15known_standard_library = asyncio,typing
16known_first_party = threema
17