setup.cfg 418 B

123456789101112131415161718192021
  1. [bdist_rpm]
  2. build-requires = python2-devel python-setuptools python-sphinx
  3. requires = python-setuptools >= 0.6c6 python-ctypes
  4. install_script = rpm/install
  5. group = System Environment/Daemons
  6. [tool:pytest]
  7. norecursedirs = examples lib local src
  8. testpaths = tests/
  9. addopts = --assert=plain --cov=gunicorn --cov-report=xml
  10. [wheel]
  11. universal = 1
  12. [metadata]
  13. license_file = LICENSE
  14. [egg_info]
  15. tag_build =
  16. tag_date = 0