Commit 9fc2142
fix: prevent sdist exclude from removing agent_actions/llm/batch (#23)
The hatchling exclude pattern "batch/" matched any directory named
batch at any depth, inadvertently stripping agent_actions/llm/batch/
from built distributions. Adding a leading slash anchors the pattern
to the project root so only the top-level batch/ fixtures directory
is excluded.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ed633ef commit 9fc2142
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments