Skip to content

Commit 8308d1d

Browse files
committed
Ignore pre-existing 'W002: Wheel contains duplicate files'
1 parent 623a92b commit 8308d1d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
requires = ["setuptools>=40.8.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.check-wheel-contents]
6+
ignore = ["W002"]
7+
58
[tool.isort]
69
atomic=true
710
force_grid_wrap=0

0 commit comments

Comments
 (0)