Skip to content

Commit 2a2cef2

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

2 files changed

Lines changed: 1346 additions & 1343 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mindlogger-data-export"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
description = "Add your description here"
55
readme = "README.md"
66
authors = [
@@ -36,6 +36,10 @@ dev = [
3636
"ruff>=0.9.6",
3737
]
3838

39+
[tool.hatch.build.targets.wheel]
40+
packages = ["src/mindlogger_data_export"]
41+
include = ["*.lark"]
42+
3943
[tool.mypy]
4044
ignore_missing_imports = true
4145

0 commit comments

Comments
 (0)