-
Notifications
You must be signed in to change notification settings - Fork 5
/
.cruft.json
38 lines (38 loc) · 1.19 KB
/
.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
30
31
32
33
34
35
36
37
38
{
"template": "https://github.com/bird-house/cookiecutter-birdhouse",
"commit": "231d17eca6986f606d280cc25262d0153efd92c4",
"skip": [
"finch/processes/wps_say_hello.py",
"tests/test_wps_hello.py",
"docs/source/notebooks/example.ipynb",
"environment.yml",
"requirements.txt",
"docs/source/notebooks/index.rst",
"docs/source/processes.rst",
"finch/processes/__init__.py",
"tests/test_wps_caps.py"
],
"context": {
"cookiecutter": {
"full_name": "David Huard",
"email": "huard.david@ouranos.ca",
"github_username": "bird-house",
"project_name": "Finch",
"project_slug": "finch",
"project_repo_name": "finch",
"project_readthedocs_name": "finch",
"project_short_description": "A Web Processing Service for Climate Indicators.",
"version": "0.12.1",
"open_source_license": "Apache Software License 2.0",
"http_port": "5000",
"use_pytest": "y",
"use_black": "n",
"create_author_file": "y",
"_copy_without_render": [
"{{cookiecutter.project_slug}}/templates/*.cfg"
],
"_template": "https://github.com/bird-house/cookiecutter-birdhouse"
}
},
"checkout": null
}