-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.cruft.json
50 lines (50 loc) · 1.42 KB
/
.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "87a407a65408d75a949c0b54b19fd287475a56f8",
"checkout": "v0.4.0",
"context": {
"cookiecutter": {
"project_name": "scib-metrics",
"package_name": "scib_metrics",
"project_description": "Accelerated and Python-only scIB metrics",
"author_full_name": "Adam Gayoso",
"author_email": "[email protected]",
"github_user": "adamgayoso",
"project_repo": "https://github.com/yoseflab/scib-metrics",
"license": "BSD 3-Clause 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,
"skip": [
".github/workflows/**.yaml",
".pre-commit-config.yaml",
"pyproject.toml",
"tests",
"src/**/__init__.py",
"src/**/basic.py",
"docs/api.md",
"docs/changelog.md",
"docs/references.bib",
"docs/references.md",
"docs/notebooks/example.ipynb",
"tests",
"src/**/__init__.py",
"src/**/basic.py",
"docs/api.md",
"docs/changelog.md",
"docs/references.bib",
"docs/references.md",
"docs/notebooks/example.ipynb"
]
}