Skip to content

Commit e71f997

Browse files
committed
Update pyproject.toml
1 parent 371807b commit e71f997

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ py-modules = ["moderation", "plotting", "style"]
3434
[tool.setuptools.package-dir]
3535
"" = "code"
3636

37+
[tool.check-wheel-contents]
38+
# W009: Multiple top-level modules - intentional for research code organization
39+
ignore = ["W009"]
40+
3741
[dependency-groups]
3842
test = [
3943
"pytest >=6",

0 commit comments

Comments
 (0)