Fix cookiecutter json again
Make the json file actually readable by cookiecutter.changes/71/88071/1
parent
f4274ea441
commit
f421e329a4
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"module_name": "replace with the name of the python module",
|
||||
"repo_group": "openstack",
|
||||
"repo_name": "replace with the name for the git repo",
|
||||
"project_short_description": "OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package.",
|
||||
"project_name": "replace with the lp project used for the specs in the repo",
|
||||
"module_name": "replace with the name of the python module",
|
||||
"repo_group": "openstack",
|
||||
"repo_name": "replace with the name for the git repo",
|
||||
"project_short_description": "OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package.",
|
||||
"project_name": "replace with the lp project used for the specs in the repo"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue