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 ===