Skip to content

v0.31.1 - Packaging cleanup

Choose a tag to compare

@manykarim manykarim released this 23 Mar 09:05
· 65 commits to main since this release

rf-mcp v0.31.1

Packaging fix: tests/ and examples/ directories were leaking into the sdist via hatch's auto-inclusion of git-tracked files. The wheel was already clean.

Fixes

  • Tightened sdist include to src/robotmcp/**, README.md, LICENSE, pyproject.toml
  • Added explicit exclude for tests/ and examples/ in sdist target
  • No code changes — identical to v0.31.0 functionally