-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cruft.json
28 lines (28 loc) · 910 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
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "8e96abb5c3e2d5078c44713958da672711cf2a48",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "lblator",
"package_name": "lblator",
"project_description": "Simple framework for transferring labels to scRNAseq dataset.",
"author_full_name": "Andy Henrie",
"author_email": "ergonyc@gmail.com",
"github_user": "ergonyc",
"project_repo": "https://github.com/ergonyc/lblator",
"license": "BSD 3-Clause License",
"_copy_without_render": [
".github/workflows/**.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
}