Skip to content

Commit a9080f2

Browse files
committed
fix: remove force-include causing duplicate filenames in wheel
1 parent 8abfa67 commit a9080f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/py/pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ path = "glin_profanity/__init__.py"
9595
[tool.hatch.build.targets.wheel]
9696
packages = ["glin_profanity"]
9797

98-
[tool.hatch.build.targets.wheel.force-include]
99-
# Bundle dictionary files inside the package
100-
"glin_profanity/data/dictionaries" = "glin_profanity/data/dictionaries"
101-
10298
[tool.hatch.build.targets.sdist]
10399
include = [
104100
"/glin_profanity",

0 commit comments

Comments
 (0)