Skip to content

Commit

Permalink
Ignore duplicate files in wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Feb 4, 2025
1 parent 82a5412 commit 9495bf4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,8 @@ src = "nbclassic/_version.py"
[[tool.tbump.file]]
src = "nbclassic/static/base/js/namespace.js"
version_template = "Jupyter.version = \"{major}.{minor}.{patch}{channel}{release}\";"

[tool.check-wheel-contents]
ignore = [
"W002", # Duplicate files check
]

0 comments on commit 9495bf4

Please sign in to comment.