fix bad json
This commit is contained in:
parent
24a0c6196f
commit
2e4dcc9761
|
@ -4,5 +4,5 @@
|
||||||
"module_name": "{{ cookiecutter.repo_name }}",
|
"module_name": "{{ cookiecutter.repo_name }}",
|
||||||
"author_name": "Your name (or your organization/company/team)",
|
"author_name": "Your name (or your organization/company/team)",
|
||||||
"description": "A short description of the project.",
|
"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"]
|
||||||
}
|
},
|
||||||
|
|
Loading…
Reference in New Issue