diff --git a/pyproject.toml b/pyproject.toml index edaf6c8ce2..e2f4510930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,3 +28,6 @@ tag_template = "v{new_version}" [[tool.tbump.file]] src = "notebook/_version.py" + +[tool.check-wheel-contents] +ignore = ["W002"] \ No newline at end of file