|
|
@ -5,7 +5,8 @@
|
|
|
|
"project_name": "python_app",
|
|
|
|
"project_name": "python_app",
|
|
|
|
"project_slug": "{{ cookiecutter.project_name.lower().strip().replace(' ', '_').replace('-','_')}}",
|
|
|
|
"project_slug": "{{ cookiecutter.project_name.lower().strip().replace(' ', '_').replace('-','_')}}",
|
|
|
|
"initial_dependencies": "",
|
|
|
|
"initial_dependencies": "",
|
|
|
|
"description": "An templated Python project",
|
|
|
|
"description": "A templated Python project",
|
|
|
|
|
|
|
|
"image_registry": "registry.runcible.io",
|
|
|
|
"open_source_license": [
|
|
|
|
"open_source_license": [
|
|
|
|
"MIT",
|
|
|
|
"MIT",
|
|
|
|
"BSD-3-Clause",
|
|
|
|
"BSD-3-Clause",
|
|
|
|