-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
30 lines (30 loc) · 985 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": "0ed653c5570332539b7aadd359f1c398fd410aed",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "mmcontext",
"package_name": "mmcontext",
"project_description": "Align embeddings of multiple modalities through context embeddings on a sample level",
"author_full_name": "Jonatan Menger",
"author_email": "[email protected]",
"github_user": "mengerj",
"github_repo": "mmcontext",
"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
}