Skip to content

Commit fad8ec7

Browse files
SonAIengineclaude
andcommitted
fix: sdist에서 .claude/, benchmark/data 제외 — PyPI 100MB 제한 해결
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 34b3fd0 commit fad8ec7

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)