summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: c5601b1a8e19699cf05eea9628ac2635b57825ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

[flake8]
max-line-length = 100

[pep8]
max-line-length = 100

[mypy]
python_version = 3.7
warn_unused_ignores = True
ignore_missing_imports = True
follow_imports = skip
incremental = True