-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cruft.json
30 lines (30 loc) · 976 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": "ab6df8677b2e65fc8ae7ae9b7425373b706af3ee",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "ehrdata",
"package_name": "ehrdata",
"project_description": "A Python package for EHR data",
"author_full_name": "Eljas Roellin, Lukas Heumos, Xinyue Zhang",
"author_email": "[email protected]",
"github_user": "theislab",
"github_repo": "ehrdata",
"license": "Apache License Version 2.0",
"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
}