Skip to content

Commit 26aba9e

Browse files
authored
Merge pull request #3102 from deronnax/pyproject-toml-fix-license
pyproject.toml: fix embedding of the LICENSE file in the package
2 parents 4023228 + 7acd83b commit 26aba9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ addopts = "--assert=plain --cov=gunicorn --cov-report=xml"
7171
[tool.setuptools]
7272
zip-safe = false
7373
include-package-data = true
74-
license-files = ["['LICENSE']"]
74+
license-files = ["LICENSE"]
7575

7676
[tool.setuptools.packages]
7777
find = {namespaces = false}

0 commit comments

Comments
 (0)