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