ml_pipeline_cookiecutter/cookiecutter.json

9 lines
365 B
JSON
Raw Normal View History

2024-04-06 13:02:31 -07:00
{
"project_name": "project_name",
"repo_name": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
"module_name": "{{ cookiecutter.repo_name }}",
"author_name": "Your name (or your organization/company/team)",
"description": "A short description of the project.",
2024-04-06 13:09:22 -07:00
"open_source_license": ["MIT", "BSD-3-Clause", "No license file"]
2024-04-06 13:10:02 -07:00
}