Skip to content

Commit 45cf90d

Browse files
committed
fix:hatch exclude stout
1 parent 4ee2ffb commit 45cf90d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ Issues = "https://github.com/lamalab-org/openclatura/issues"
6666
[project.scripts]
6767
openclatura = "openclatura.cli:main"
6868

69+
[tool.hatch.build]
70+
exclude = [
71+
"/examples",
72+
"/evaluations",
73+
"/eval_failures",
74+
]
75+
6976
[tool.hatch.build.targets.wheel]
7077
packages = ["src/openclatura"]
7178

0 commit comments

Comments
 (0)