Skip to content

Commit

Permalink
Merge pull request #3102 from deronnax/pyproject-toml-fix-license
Browse files Browse the repository at this point in the history
pyproject.toml: fix embedding of the LICENSE file in the package
  • Loading branch information
benoitc committed Dec 7, 2023
2 parents 4023228 + 7acd83b commit 26aba9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 26aba9e

Please sign in to comment.