From 972a0dad5262e29d360bd730a0a7d77daf65a2b0 Mon Sep 17 00:00:00 2001 From: Duc Trung LE Date: Tue, 5 Dec 2023 16:31:03 +0100 Subject: [PATCH] ignore W002 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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