-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.cruft.json
30 lines (29 loc) · 1018 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": "586b1652162ff7994b0070a034023d64289ae416",
"checkout": "v0.3.1",
"context": {
"cookiecutter": {
"project_name": "CREsted",
"package_name": "crested",
"project_description": "Cis Regulatory Element Sequence Training, Explanation, and Design",
"author_full_name": "Stein Aerts Lab",
"author_email": "[email protected]",
"github_user": "aertslab",
"project_repo": "https://github.com/aertslab/CREsted/",
"license": "LICENSE",
"_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
}