Skip to content

Commit 21477aa

Browse files
committed
build: exclude local eval artifacts from sdist
1 parent 51fd1b3 commit 21477aa

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,12 @@ allow-direct-references = true
8888
"eval/longmemeval/download_dataset.py" = "eval/longmemeval/download_dataset.py"
8989

9090
[tool.hatch.build.targets.sdist]
91-
exclude = ["temp_unpack*"]
91+
exclude = [
92+
"temp_unpack*",
93+
"eval/longmemeval/data/**",
94+
"eval/longmemeval/results/**",
95+
"longmemeval_evaluation.log",
96+
"matrix_results*.txt",
97+
"scenario/**",
98+
"site/**",
99+
]

0 commit comments

Comments
 (0)