From e837c8b66db68f23205195f1da5f30537cc0e77e Mon Sep 17 00:00:00 2001 From: cananoo <2059997196@qq.com> Date: Thu, 27 Aug 2026 22:37:35 +0800 Subject: [PATCH] Exclude tests from wheels --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e162d16..0190e44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,9 @@ build-backend = "hatchling.build" [tool.hatch.version] source = "vcs" +[tool.hatch.build.targets.wheel] +exclude = ["referencing/tests/**"] + [project] name = "referencing" description = "JSON Referencing + Python"