| 123456789101112131415161718192021 |
- [bdist_rpm]
- build-requires = python2-devel python-setuptools python-sphinx
- requires = python-setuptools >= 0.6c6 python-ctypes
- install_script = rpm/install
- group = System Environment/Daemons
- [tool:pytest]
- norecursedirs = examples lib local src
- testpaths = tests/
- addopts = --assert=plain --cov=gunicorn --cov-report=xml
- [wheel]
- universal = 1
- [metadata]
- license_file = LICENSE
- [egg_info]
- tag_build =
- tag_date = 0
|