mirror of
https://github.com/wassname/cookiecutter-data-science.git
synced 2026-06-27 17:48:10 +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"
|
|
}
|