From 6221e5b036e56ac6be597aad53234337943ac546 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 4 Mar 2025 10:38:09 -0800 Subject: [PATCH] Declare get_pyproject --- cookiecutter.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index 9632202..778cba7 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -28,5 +28,6 @@ "pwa_theme_color": "#0175C2", "split_per_abi": false, "options": null, - "pyproject": null + "pyproject": null, + "get_pyproject": null } \ No newline at end of file