Update pyproject.toml
This commit is contained in:
parent
7986175147
commit
636bd18ba8
|
@ -115,6 +115,7 @@ template = "changelog/_template.rst"
|
||||||
[tool.black]
|
[tool.black]
|
||||||
target-version = ['py37']
|
target-version = ['py37']
|
||||||
|
|
||||||
|
# check-wheel-contents is executed by the build-and-inspect-python-package action.
|
||||||
[tool.check-wheel-contents]
|
[tool.check-wheel-contents]
|
||||||
# W009: Wheel contains multiple toplevel library entries
|
# W009: Wheel contains multiple toplevel library entries
|
||||||
ignore = "W009"
|
ignore = "W009"
|
||||||
|
|
Loading…
Reference in New Issue