setup.cfg 394 B

1234567891011121314151617181920212223
  1. [egg_info]
  2. tag_svn_revision = false
  3. tag_build =
  4. tag_date = 0
  5. [flake8]
  6. ignore = W601 ; # noqa doesn't silence this one
  7. max-line-length = 100
  8. [isort]
  9. combine_as_imports = true
  10. default_section = THIRDPARTY
  11. include_trailing_comma = true
  12. known_first_party = debug_toolbar
  13. multi_line_output = 5
  14. not_skip = __init__.py
  15. [bdist_wheel]
  16. universal = 1
  17. [metadata]
  18. license-file = LICENSE