forked from bird-house/emu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cruft.json
36 lines (36 loc) · 1.26 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
{
"template": "https://github.com/bird-house/cookiecutter-birdhouse.git",
"commit": "f157ea8419fd4e32a9e4d52e613c90c807190e7e",
"skip": [
"emu/processes/wps_say_hello.py",
"tests/test_wps_hello.py",
"docs/source/notebooks/example.ipynb",
"environment.yml",
"requirements.txt",
"AUTHORS.rst",
"CHANGES.rst",
"docs/source/notebooks/index.rst",
"docs/source/processes.rst",
"emu/processes/__init__.py",
"tests/test_wps_caps.py"
],
"context": {
"cookiecutter": {
"full_name": "Carsten Ehbrecht",
"email": "[email protected]",
"github_username": "bird-house",
"project_name": "Emu",
"project_slug": "emu",
"project_repo_name": "emu",
"project_readthedocs_name": "emu",
"project_short_description": "WPS processes for testing and demos.",
"version": "0.12.0",
"open_source_license": "Apache Software License 2.0",
"http_port": "5000",
"_copy_without_render": [
"{{cookiecutter.project_slug}}/templates/*.cfg"
],
"_template": "https://github.com/bird-house/cookiecutter-birdhouse.git"
}
}
}