gunicorn/setup.cfg
benoitc 60b78e3d98 fix setup.cfg: use new license_files property
`license_file` propert in setup.cfg is deprecated and should be replaced
by the `license_files` property.

fix #3027
2023-07-18 14:33:53 +02:00

8 lines
169 B
INI

[tool:pytest]
norecursedirs = examples lib local src
testpaths = tests/
addopts = --assert=plain --cov=gunicorn --cov-report=xml
[metadata]
license_files = ['LICENSE']