-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cruft.json
30 lines (30 loc) · 923 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
30
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "4c8f4683073074b201a45b173d91b2a352d4a194",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "dso-core",
"package_name": "dso",
"project_description": "data science operations",
"author_full_name": "Gregor Sturm",
"author_email": "[email protected]",
"github_user": "sturmgre",
"github_repo": "dso",
"license": "MIT License",
"ide_integration": true,
"_copy_without_render": [
".github/workflows/build.yaml",
".github/workflows/test.yaml",
"docs/_templates/autosummary/**.rst"
],
"_render_devdocs": false,
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
},
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
}