setup.cfg 291 B

1234567891011121314151617181920212223
  1. [tool:pytest]
  2. testpaths = t/unit/ t/integration/
  3. python_classes = test_*
  4. [bdist_rpm]
  5. requires = vine
  6. [flake8]
  7. ignore = N806, N802, N801, N803
  8. [pep257]
  9. ignore = D102,D104,D203,D105,D213
  10. [bdist_wheel]
  11. universal = 1
  12. [metadata]
  13. license_file = LICENSE
  14. [egg_info]
  15. tag_build =
  16. tag_date = 0