mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
17 lines
379 B
INI
17 lines
379 B
INI
[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
|