ui-cookiecutter/cookiecutter.json
Akihiro Motoki 9125836588 Use module_name everywhere; module_folder is redundant
hyphen cannot be used as python module name,
so the default cookiecutter example does not work completely.

Once module_name is fixed, module_name and module_folder are
now always same and module_folder is now unnecessary.
Thus this commit also drops module_folder.

Change-Id: I28a5f7bd349d73627874e1466c72cc66e918f77b
2017-05-31 12:26:26 +09:00

17 lines
401 B
JSON

{
"repo_group": "openstack",
"repo_name": "cafe-ui",
"launchpad_project": "cafe-ui",
"project_short_description": "Cafe User Interface",
"help_name": "Cafe-UI",
"call_by_name": "Cafe UI",
"module_name": "cafe_ui",
"dashboard": "project",
"panel_group": "cafe",
"panel_group_name": "Cafe",
"panel": "drink",
"panel_func": "Drink",
"api_module": "cafe",
"api_name": "Cafe"
}