pyproject.toml: fix license-files field

This commit is contained in:
Mathieu Dupuy 2023-12-02 11:03:13 +01:00
parent ca9162d9cd
commit 7acd83bfb6
No known key found for this signature in database
GPG Key ID: 8A83DA018824DAC3

View File

@ -71,7 +71,7 @@ addopts = "--assert=plain --cov=gunicorn --cov-report=xml"
[tool.setuptools]
zip-safe = false
include-package-data = true
license-files = ["['LICENSE']"]
license-files = ["LICENSE"]
[tool.setuptools.packages]
find = {namespaces = false}