Slim sdist from 182MB to 100KB -- exclude docs/audio from source distribution
This commit is contained in:
parent
902058f851
commit
950f05a62f
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "mcltspice"
|
name = "mcltspice"
|
||||||
version = "2026.03.05"
|
version = "2026.03.05.1"
|
||||||
description = "MCP server for LTspice circuit simulation automation"
|
description = "MCP server for LTspice circuit simulation automation"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
@ -45,6 +45,9 @@ Repository = "https://git.supported.systems/MCP/mcltspice"
|
|||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.sdist]
|
||||||
|
include = ["src/mcltspice", "pyproject.toml", "README.md", "LICENSE"]
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["src/mcltspice"]
|
packages = ["src/mcltspice"]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user