From 6efe48e47613fd557214c0030b397f63400a7dc3 Mon Sep 17 00:00:00 2001 From: Martin Donath Date: Tue, 11 Nov 2025 12:14:00 +0100 Subject: [PATCH] workspace:style - change includes to alphabetical order Signed-off-by: Martin Donath --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c48a46..ccf7665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,8 +77,8 @@ python-source = "python" features = ["pyo3/extension-module"] manifest-path = "crates/zensical/Cargo.toml" include = [ - "python/zensical/templates/**/*", "python/zensical/bootstrap/**/*", + "python/zensical/templates/**/*", "LICENSE.md", ]