-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cruft.json
27 lines (27 loc) · 1012 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
{
"template": "https://github.com/linkml/linkml-project-cookiecutter",
"commit": "07462f015a240ff3a68f52e25df027b33b364b1b",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "ansrs-schema",
"__project_slug": "ansrs_schema",
"github_org": "my-org",
"__source_path": "src/ansrs_schema/schema/ansrs_schema.yaml",
"project_description": "Schema for ANSRS",
"full_name": "Lydia Ng",
"email": "[email protected]",
"__author": "Lydia Ng <[email protected]>",
"license": "MIT",
"main_schema_class": "Person",
"create_python_classes": "No",
"use_schemasheets": "No",
"google_sheet_id": "1wVoaiFg47aT9YWNeRfTZ8tYHN8s8PAuDx5i2HUcDpvQ",
"google_sheet_tabs": "personinfo enums",
"__google_sheet_module": "personinfo_enums",
"github_token_for_pypi_deployment": "PYPI_PASSWORD",
"_template": "https://github.com/linkml/linkml-project-cookiecutter"
}
},
"directory": null
}