reduce sdist contents

This commit is contained in:
Jan Petykiewicz 2026-09-25 17:28:31 -07:00
commit 6a5b711e59

View file

@ -63,6 +63,20 @@ dev = [
requires = ["hatchling"] requires = ["hatchling"]
build-backend = "hatchling.build" build-backend = "hatchling.build"
[tool.hatch.build.targets.sdist]
only-include = [
"masque",
"examples",
"stubs",
"pyproject.toml",
"README.md",
"LICENSE.md",
"MIGRATION.md",
]
[tool.hatch.build.targets.wheel]
packages = ["masque"]
[tool.hatch.version] [tool.hatch.version]
path = "masque/__init__.py" path = "masque/__init__.py"