mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
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:
commit
26aba9ed9d
@ -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