Skip to content

Commit c7dec68

Browse files
committed
fix: sdist에서 .claude/, benchmark/data 제외 — PyPI 100MB 제한 해결
1 parent 6c74caa commit c7dec68

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
@@ -82,6 +82,9 @@ eval = [
8282
"python-dotenv>=1.2.2",
8383
]
8484

85+
[tool.hatch.build.targets.sdist]
86+
exclude = [".claude/", "tests/benchmark/data/", "tests/qa/data/", "dist/"]
87+
8588
[tool.hatch.build.targets.wheel]
8689
packages = ["src/synaptic"]
8790

0 commit comments

Comments
 (0)