-
Notifications
You must be signed in to change notification settings - Fork 2
/
.cruft.json
26 lines (26 loc) · 958 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
{
"template": "https://github.com/bird-house/cookiecutter-birdhouse.git",
"commit": "cbf3626fd8bc465a7cb3197f1cdc5e1282344fa3",
"context": {
"cookiecutter": {
"full_name": "Carsten Ehbrecht",
"email": "[email protected]",
"github_username": "bird-house",
"project_name": "Hummingbird",
"project_slug": "hummingbird",
"project_repo_name": "hummingbird",
"project_readthedocs_name": "hummingbird",
"project_short_description": "A Web Processing Service for metadata compliance checks used in the climate science community.",
"version": "0.8.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"
}
},
"checkout": null
}