diff --git a/pyproject.toml b/pyproject.toml index 6b7fa21f..9cb812f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,9 @@ dev = [ [project.urls] Homepage = "https://github.com/jupyter-server/jupyter-scheduler" +[tool.check-wheel-contents] +ignore = ["W002"] + [tool.hatch.build] artifacts = ["jupyter_scheduler/labextension"]