setup.cfg 276 B

123456789101112131415161718192021222324
  1. [tool:pytest]
  2. addopts = --cov=wheel
  3. testpaths = tests
  4. [coverage:run]
  5. source = wheel
  6. omit = .tox/*
  7. [coverage:report]
  8. show_missing = true
  9. [flake8]
  10. max-line-length = 99
  11. [metadata]
  12. license-file = LICENSE.txt
  13. [bdist_wheel]
  14. universal = 1
  15. [egg_info]
  16. tag_build =
  17. tag_date = 0