Commit 7b6b5a5
fix(everyrow-mcp): add src package for hatchling wheel build (#4952)
## Summary
- Adds `src/everyrow_mcp/__init__.py` to the `everyrow-mcp` stub so
hatchling can build the wheel (was missing, causing PyPI publish to
fail)
- Adds `[tool.hatch.build.targets.wheel] packages =
["src/everyrow_mcp"]` to match the `everyrow` stub pattern
All 4 packages build successfully locally.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Sourced from commit a735ca6e90ec1cf5e16e958ea8b3f23cf0b4698f1 parent ef37687 commit 7b6b5a5
2 files changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments