-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cruft.json
30 lines (30 loc) · 983 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": "67879607ef256cf2dc2bb3c7ddbd615d8606f238",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "dso-mgr",
"package_name": "dso_mgr",
"project_description": "Automatically run the correct version of dso through uv",
"author_full_name": "Gregor Sturm",
"author_email": "[email protected]",
"github_user": "Boehringer-Ingelheim",
"github_repo": "dso-mgr",
"license": "BSD 3-Clause 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
}