forked from monarch-initiative/curategpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
24 lines (24 loc) · 853 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
{
"template": "https://github.com/monarch-initiative/monarch-project-template/",
"commit": "9d4f915d4a4cd1a9d8206506db1e261bc397de9c",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "curategpt",
"github_org_name": "monarch-initiative",
"__project_slug": "curategpt",
"project_description": "GPT-powered knowledge acquisition UI",
"min_python_version": "3.8",
"file_name": "main",
"greeting_recipient": "World",
"full_name": "Author 1",
"email": "[email protected]",
"__author": "Author 1 <[email protected]>",
"license": "BSD-3",
"github_token_for_doc_deployment": "GH_TOKEN",
"github_token_for_pypi_deployment": "PYPI_TOKEN",
"_template": "https://github.com/monarch-initiative/monarch-project-template/"
}
},
"directory": null
}