-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cruft.json
27 lines (27 loc) · 920 Bytes
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"template": "https://github.com/bird-house/cookiecutter-birdhouse.git",
"commit": "bc8a389e02a3e55e55dad7657671d91e2f238ed9",
"checkout": null,
"context": {
"cookiecutter": {
"full_name": "Carmen Alvarez-Castro",
"email": "[email protected]",
"github_username": "climateintelligence",
"project_name": "owl",
"project_slug": "owl",
"project_repo_name": "owl",
"project_readthedocs_name": "owl",
"project_short_description": "Heatwave magnitude index and warm nights",
"version": "0.1.0",
"open_source_license": "Apache Software License 2.0",
"http_port": "5000",
"use_pytest": "y",
"create_author_file": "y",
"_copy_without_render": [
"{{cookiecutter.project_slug}}/templates/*.cfg"
],
"_template": "https://github.com/bird-house/cookiecutter-birdhouse.git"
}
},
"directory": null
}