Skip to content

Commit f336d00

Browse files
vaddisrinivasclaude
andcommitted
fix: include main.py in wheel for uvx install
Hatchling doesn't auto-discover single-file modules. Explicitly list main.py and olivetin_mcp.py in wheel targets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fb87162 commit f336d00

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
@@ -60,6 +60,9 @@ lint = [
6060
requires = ["hatchling"]
6161
build-backend = "hatchling.build"
6262

63+
[tool.hatch.build.targets.wheel]
64+
packages = ["main.py", "olivetin_mcp.py"]
65+
6366
[tool.uv]
6467
package = true
6568

0 commit comments

Comments
 (0)