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
This commit is contained in:
benoitc 2023-07-18 14:33:53 +02:00
parent 83c3973e1b
commit 60b78e3d98

View File

@ -4,4 +4,4 @@ testpaths = tests/
addopts = --assert=plain --cov=gunicorn --cov-report=xml
[metadata]
license_file = LICENSE
license_files = ['LICENSE']