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