setup.cfg 361 B

12345678910111213141516171819202122232425262728
  1. [tool:pytest]
  2. testpaths = t/unit/
  3. python_classes = test_*
  4. [build_sphinx]
  5. source-dir = docs/
  6. build-dir = docs/_build
  7. all_files = 1
  8. [flake8]
  9. ignore = W504, N806, N802, N801, N803
  10. [pep257]
  11. ignore = D102,D104,D203,D105,D213
  12. [bdist_rpm]
  13. requires = amqp >= 2.
  14. [bdist_wheel]
  15. universal = 1
  16. [metadata]
  17. license_file = LICENSE
  18. [egg_info]
  19. tag_build =
  20. tag_date = 0