Exclude docs-site build artifacts from sdist
This commit is contained in:
parent
ac3e567db8
commit
914db838d7
@ -48,6 +48,15 @@ Repository = "https://git.supported.systems/MCP/mcbluetooth"
|
|||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["src/mcbluetooth"]
|
packages = ["src/mcbluetooth"]
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.sdist]
|
||||||
|
exclude = [
|
||||||
|
"docs-site/node_modules",
|
||||||
|
"docs-site/.astro",
|
||||||
|
"docs-site/dist",
|
||||||
|
".claude",
|
||||||
|
"CLAUDE.md",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 100
|
line-length = 100
|
||||||
target-version = "py311"
|
target-version = "py311"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user