From 6a5b711e59828842b0fbd04393ffd432379b167c Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Fri, 25 Sep 2026 17:28:31 -0700 Subject: [PATCH] reduce sdist contents --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7faebfc..6ace09f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,6 +63,20 @@ dev = [ requires = ["hatchling"] 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] path = "masque/__init__.py"