Skip to content

Commit 04d3dea

Browse files
committed
Make check-wheel-contents ignore top-level structure
MacOS and Linux top-level structures are different, and at the moment I don't see a way of setting alternate values for different platforms.
1 parent 80b3a96 commit 04d3dea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ manylinux-i686-image = "manylinux2014"
2929
skip = "*musllinux*"
3030

3131
[tool.check-wheel-contents]
32-
toplevel = "qsimcirq,qsimcirq.libs"
3332
# See https://github.com/jwodder/check-wheel-contents for a list of codes.
34-
ignore = "W010"
33+
ignore = "W009,W010"

0 commit comments

Comments
 (0)