mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
pyproject.toml: fix license-files field
This commit is contained in:
parent
ca9162d9cd
commit
7acd83bfb6
@ -71,7 +71,7 @@ addopts = "--assert=plain --cov=gunicorn --cov-report=xml"
|
|||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
zip-safe = false
|
zip-safe = false
|
||||||
include-package-data = true
|
include-package-data = true
|
||||||
license-files = ["['LICENSE']"]
|
license-files = ["LICENSE"]
|
||||||
|
|
||||||
[tool.setuptools.packages]
|
[tool.setuptools.packages]
|
||||||
find = {namespaces = false}
|
find = {namespaces = false}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user