Skip to content

Commit 1f8b90b

Browse files
Add comment about W002
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent b6c1d13 commit 1f8b90b

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
@@ -3,6 +3,9 @@ requires = ["setuptools>=40.8.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.check-wheel-contents]
6+
# The wheel contains duplicate files.
7+
# This is by design, see https://github.com/eggert/tz/blob/main/backward
8+
# Let's ignore the warning:
69
ignore = ["W002"]
710

811
[tool.isort]

0 commit comments

Comments
 (0)