1[bdist_wheel]
2universal = 1
3
4[flake8]
5max-line-length = 100
6ignore = F821
7
8[metadata]
9license_file = LICENSE
10
11[tool:pytest]
12minversion=2.2.0
13pep8ignore =
14    documentation/*.py ALL
15    test_six.py ALL
16
17flakes-ignore =
18    documentation/*.py ALL
19    test_six.py ALL
20    six.py UndefinedName
21