-
Notifications
You must be signed in to change notification settings - Fork 12
/
.cruft.json
29 lines (29 loc) · 972 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
28
29
{
"template": "https://github.com/bird-house/cookiecutter-birdhouse",
"commit": "2964f01a05703d88c087bb491811d16c703307b6",
"skip": [],
"context": {
"cookiecutter": {
"full_name": "David Huard",
"email": "[email protected]",
"github_username": "Ouranosinc",
"project_name": "Raven",
"project_slug": "raven",
"project_repo_name": "raven",
"project_readthedocs_name": "pavics-raven",
"project_short_description": "A WPS service that offers processes related to hydrological modelling.",
"version": "0.17.1",
"open_source_license": "MIT license",
"http_port": "9099",
"use_pytest": "y",
"use_black": "n",
"create_author_file": "y",
"_copy_without_render": [
"{{cookiecutter.project_slug}}/templates/*.cfg"
],
"__gh_slug": "Ouranosinc/raven",
"_template": "https://github.com/bird-house/cookiecutter-birdhouse"
}
},
"checkout": null
}