diff --git a/pyproject.toml b/pyproject.toml index fc9a119f6..d4ce1c3b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,3 +114,7 @@ template = "changelog/_template.rst" [tool.black] target-version = ['py37'] + +[tool.check-wheel-contents] +# W009: Wheel contains multiple toplevel library entries +ignore = "W009"