fix bad json

This commit is contained in:
publicmatt 2024-04-06 13:09:22 -07:00
parent 24a0c6196f
commit 2e4dcc9761
1 changed files with 2 additions and 2 deletions

View File

@ -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"]
},