-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.cruft.json
More file actions
26 lines (26 loc) · 876 Bytes
/
.cruft.json
File metadata and controls
26 lines (26 loc) · 876 Bytes
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
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "75c74be1a7c2ed7e5503510af0c535a3e105ab37",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "airgradient",
"package_name": "airgradient",
"project_description": "Track and control air quality",
"author_full_name": "Thomas Dougherty",
"author_email": "tdowlingdougherty@gmail.com",
"github_user": "tddough98",
"project_repo": "https://github.com/tddough98/airgradient",
"license": "MIT License",
"_copy_without_render": [
".github/workflows/build.yaml",
".github/workflows/test.yaml",
"docs/_templates/autosummary/**.rst"
],
"_render_devdocs": false,
"_jinja2_env_vars": {},
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
}