setup.cfg 246 B

12345678910111213141516
  1. [tool:pytest]
  2. testpaths = t/
  3. python_classes = test_*
  4. [build_sphinx]
  5. source-dir = docs/
  6. build-dir = docs/_build
  7. all_files = 1
  8. [bdist_rpm]
  9. requires = pytz >= 2011b
  10. billiard >= 3.3.0.17
  11. kombu >= 3.0.15
  12. [wheel]
  13. universal = 1