Merge pull request #3102 from deronnax/pyproject-toml-fix-license

pyproject.toml: fix embedding of the LICENSE file in the package
This commit is contained in:
Benoit Chesneau 2023-12-07 15:39:01 +01:00 committed by GitHub
commit 26aba9ed9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}