Skip to content

Commit 2c41ea6

Browse files
committed
📦 Include *.lark files in built package
1 parent dc161e4 commit 2c41ea6

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
@@ -36,6 +36,9 @@ dev = [
3636
"ruff>=0.9.6",
3737
]
3838

39+
[tool.hatch.build.targets.wheel]
40+
include = ["*.lark"]
41+
3942
[tool.mypy]
4043
ignore_missing_imports = true
4144

0 commit comments

Comments
 (0)