mirror of
https://github.com/wassname/cookiecutter-data-science.git
synced 2026-07-18 12:20:34 +08:00
6 lines
158 B
JSON
6 lines
158 B
JSON
{
|
|
"project_name": "project_name",
|
|
"repo_name": "{{ cookiecutter.project_name|replace(' ', '_') }}",
|
|
"s3_bucket": "your-bucket-for-syncing-data"
|
|
}
|