diff --git a/pyproject.toml b/pyproject.toml index 5f3a798..091dc0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,3 +25,6 @@ before-build-npm = ["yarn", "yarn build:prod"] [tool.jupyter-releaser.options] version-cmd = "python scripts/bump-version.py --force" + +[tool.check-wheel-contents] +ignore = ["W002"] \ No newline at end of file