Exclude docs-site build artifacts from sdist

This commit is contained in:
Ryan Malloy 2026-02-06 20:55:51 -07:00
parent ac3e567db8
commit 914db838d7

View File

@ -48,6 +48,15 @@ Repository = "https://git.supported.systems/MCP/mcbluetooth"
[tool.hatch.build.targets.wheel]
packages = ["src/mcbluetooth"]
[tool.hatch.build.targets.sdist]
exclude = [
"docs-site/node_modules",
"docs-site/.astro",
"docs-site/dist",
".claude",
"CLAUDE.md",
]
[tool.ruff]
line-length = 100
target-version = "py311"