-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.cruft.json
More file actions
23 lines (23 loc) · 755 Bytes
/
.cruft.json
File metadata and controls
23 lines (23 loc) · 755 Bytes
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": "b8741de1bd22be6472a9884276d6b751dfd22a4c",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "gefslim",
"package_name": "gefslim",
"project_description": "A minimal reader for .gef files",
"author_full_name": "Tim Treis",
"author_email": "tim.treis@helmholtz-munich.de",
"github_user": "timtreis",
"project_repo": "https://github.com/timtreis/gefslim",
"license": "MIT License",
"_copy_without_render": [
".github/workflows/**.yaml",
"docs/_templates/autosummary/**.rst"
],
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
}