-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.cruft.json
23 lines (23 loc) · 922 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": "c96cadaa981a71113cc97ada8e5085188ed22ed7",
"checkout": "v0.1.1",
"context": {
"cookiecutter": {
"project_name": "monkeybread",
"package_name": "monkeybread",
"project_description": "Tool for analyzing cell closeness in spatial transcriptomic data",
"author_full_name": "Immunitas Therapeutics",
"author_email": "[email protected]",
"github_user": "immunitastx",
"project_repo": "https://github.com/immunitastx/monkeybread",
"license": "MIT License",
"_copy_without_render": [
".github/workflows/**.yaml",
"docs/_templates/autosummary/**.rst"
],
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
}