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