From 0abc704b3e759a564f5725a08a886af8f85db6f9 Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Sat, 23 Sep 2023 08:48:03 +0200 Subject: [PATCH] WIP --- libs/template/templates/default-python/defaults.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libs/template/templates/default-python/defaults.json diff --git a/libs/template/templates/default-python/defaults.json b/libs/template/templates/default-python/defaults.json new file mode 100644 index 00000000..6bab09d3 --- /dev/null +++ b/libs/template/templates/default-python/defaults.json @@ -0,0 +1,6 @@ +{ + "project_name": "my_project", + "include_notebook": "yes", + "include_dlt": "yes", + "include_python": "yes" +}