Update pyproject.toml
This commit is contained in:
parent
c58c572288
commit
7986175147
|
@ -114,3 +114,7 @@ template = "changelog/_template.rst"
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
target-version = ['py37']
|
target-version = ['py37']
|
||||||
|
|
||||||
|
[tool.check-wheel-contents]
|
||||||
|
# W009: Wheel contains multiple toplevel library entries
|
||||||
|
ignore = "W009"
|
||||||
|
|
Loading…
Reference in New Issue