setup.cfg 406 B

123456789101112131415161718192021
  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. # classes can be lowercase, arguments and variables can be uppercase
  10. # whenever it makes the code more readable.
  11. ignore = N806, N802, N801, N803
  12. [bdist_rpm]
  13. requires = pytz >= 2011b
  14. billiard >= 3.3.0.17
  15. kombu >= 3.0.15
  16. [wheel]
  17. universal = 1