From b0327d5b676a704cff656ab7c9dd7ff0f9ef8b67 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 25 Feb 2025 10:13:52 -0800 Subject: [PATCH] Added pyproject var to template --- cookiecutter.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index 7ff80c0..21c3a26 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -27,5 +27,6 @@ "pwa_background_color": "#FFFFFF", "pwa_theme_color": "#0175C2", "split_per_abi": false, - "options": null + "options": null, + "pyproject": null } \ No newline at end of file