From 7986175147153ef3c73a8c119d2a572ae8ffb148 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 9 Feb 2023 14:09:09 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"