We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
*.lark
1 parent dc161e4 commit 2a2cef2Copy full SHA for 2a2cef2
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mindlogger-data-export"
3
-version = "0.1.11"
+version = "0.1.12"
4
description = "Add your description here"
5
readme = "README.md"
6
authors = [
@@ -36,6 +36,10 @@ dev = [
36
"ruff>=0.9.6",
37
]
38
39
+[tool.hatch.build.targets.wheel]
40
+packages = ["src/mindlogger_data_export"]
41
+include = ["*.lark"]
42
+
43
[tool.mypy]
44
ignore_missing_imports = true
45
0 commit comments