-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cruft.json
30 lines (30 loc) · 899 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
24
25
26
27
28
29
30
{
"template": "https://github.com/statisticsnorway/ssb-pypitemplate.git",
"commit": "e81154758223bbeb62e2117de27029295c13e126",
"checkout": "2024.1.26",
"context": {
"cookiecutter": {
"project_name": "datadoc",
"package_name": "datadoc",
"friendly_name": "Datadoc",
"copyright_owner": "Statistics Norway",
"copyright_year": "2022",
"author": "Miles Winther",
"email": "[email protected]",
"github_organization": "statisticsnorway",
"version": "0.4.0",
"license": "MIT",
"development_status": "Development Status :: 4 - Beta",
"code_quality_level": "High",
"_copy_without_render": [
"*.rst_t"
],
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
},
"_template": "https://github.com/statisticsnorway/ssb-pypitemplate.git"
}
},
"directory": null
}