-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.cruft.json
More file actions
29 lines (29 loc) · 932 Bytes
/
.cruft.json
File metadata and controls
29 lines (29 loc) · 932 Bytes
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
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "aa877587e59c855e2464d09ed7678af00999191a",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "cellflow",
"package_name": "cellflow-tools",
"project_description": "Modeling complex perturbations with flow matching and optimal transport",
"author_full_name": "Dominik Klein",
"author_email": "dominik.klein@helmholtz-munich.de",
"github_user": "MUCDK",
"project_repo": "https://github.com/theislab/cellflow",
"license": "PolyForm Noncommercial License 1.0.0",
"_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
}