setup.cfg 282 B

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