Slim sdist from 182MB to 100KB -- exclude docs/audio from source distribution

This commit is contained in:
Ryan Malloy 2026-03-05 15:07:10 -07:00
parent 902058f851
commit 950f05a62f

View File

@ -1,6 +1,6 @@
[project]
name = "mcltspice"
version = "2026.03.05"
version = "2026.03.05.1"
description = "MCP server for LTspice circuit simulation automation"
readme = "README.md"
requires-python = ">=3.11"
@ -45,6 +45,9 @@ Repository = "https://git.supported.systems/MCP/mcltspice"
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.sdist]
include = ["src/mcltspice", "pyproject.toml", "README.md", "LICENSE"]
[tool.hatch.build.targets.wheel]
packages = ["src/mcltspice"]