-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.cruft.json
29 lines (29 loc) · 926 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
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "87a407a65408d75a949c0b54b19fd287475a56f8",
"checkout": "v0.4.0",
"context": {
"cookiecutter": {
"project_name": "scispy",
"package_name": "scispy",
"project_description": "single-cell in-situ python package",
"author_full_name": "kevin lebrigand",
"author_email": "[email protected]",
"github_user": "bfxomics",
"project_repo": "https://github.com/bfxomics/scispy",
"license": "MIT 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
}