-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
24 lines (24 loc) · 874 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": "71f0cbdbfc1f68c2a4c771d13c9bd82a362ef046",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "rdf-expressionizer",
"github_org_name": "INCATools",
"__project_slug": "rdf_expressionizer",
"project_description": "translates named classes to equivalent class expressions",
"min_python_version": "3.9",
"file_name": "main",
"greeting_recipient": "World",
"full_name": "Author 1",
"email": "author@org.org",
"__author": "Author 1 <author@org.org>",
"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
}