From 2e4dcc9761819be2042455529b35266459d8c8ca Mon Sep 17 00:00:00 2001 From: publicmatt Date: Sat, 6 Apr 2024 13:09:22 -0700 Subject: [PATCH] fix bad json --- cookiecutter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookiecutter.json b/cookiecutter.json index 98701b9..b4e6038 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -4,5 +4,5 @@ "module_name": "{{ cookiecutter.repo_name }}", "author_name": "Your name (or your organization/company/team)", "description": "A short description of the project.", - "open_source_license": ["MIT", "BSD-3-Clause", "No license file"], -} + "open_source_license": ["MIT", "BSD-3-Clause", "No license file"] +},