setup.cfg 369 B

12345678910111213141516171819202122232425
  1. [tool:pytest]
  2. minversion = 3.0.1
  3. strict = true
  4. testpaths = tests
  5. [sdist]
  6. force_manifest = 1
  7. [bdist_wheel]
  8. universal = 1
  9. [metadata]
  10. license_file = LICENSE
  11. [bdist_rpm]
  12. release = 1
  13. build-requires = openssl-devel python-devel python-sphinx
  14. group = Development/Libraries
  15. build_script = rpm/build_script
  16. doc-files = doc/_build/html
  17. [egg_info]
  18. tag_build =
  19. tag_date = 0