diff --git a/pyproject.toml b/pyproject.toml index 05e69b5..52f21dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,3 +69,8 @@ disable = [ [tool.pylint.reports] reports = true score = true + +[tool.check-wheel-contents] +ignore = [ + "W002", # ignore duplicate files +]