forked from CSOgroup/cellcharter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
23 lines (23 loc) · 871 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
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "2b0dceeb3aedef45b22815148c42c085aef0f79b",
"checkout": "v0.2.2",
"context": {
"cookiecutter": {
"project_name": "cellcharter",
"package_name": "cellcharter",
"project_description": "A Python package for the identification, characterization and comparison of spatial clusters from spatial -omics data.",
"author_full_name": "Marco Varrone",
"author_email": "marco.varrone@unil.ch",
"github_user": "marcovarrone",
"project_repo": "https://github.com/marcovarrone/cellcharter",
"license": "BSD 3-Clause License",
"_copy_without_render": [
".github/workflows/**.yaml",
"docs/_templates/autosummary/**.rst"
],
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
}