From f50ea66f76be69613510f1c3885b16875b694dd9 Mon Sep 17 00:00:00 2001 From: "path-sync[bot]" Date: Tue, 19 May 2026 09:49:41 +0000 Subject: [PATCH] chore: sync python-template from 14959ccb --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8226ff6..ccc04cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,3 +124,12 @@ docs = [ # === DO_NOT_EDIT: path-sync release === release = ["pkg-ext"] # === OK_EDIT: path-sync release === +# === DO_NOT_EDIT: path-sync wheel === +[tool.hatch.build.targets.wheel] +exclude = [ + "*_examples.py", + "*_test.py", + "conftest.py", + "*_test/", +] +# === OK_EDIT: path-sync wheel ===