-
Notifications
You must be signed in to change notification settings - Fork 13
/
.cruft.json
26 lines (26 loc) · 936 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
{
"template": "https://github.com/cthoyt/cookiecutter-snekpack",
"commit": "12edfcfa5f519467b5d834f0d4e706fb7cf4f065",
"checkout": null,
"context": {
"cookiecutter": {
"package_name": "biomappings",
"package_name_stylized": "Biomappings",
"short_description": "Curated and predicted mappings between biomedical identifiers in different namespaces",
"author_name": "Charles Tapley Hoyt",
"author_email": "[email protected]",
"github_organization_name": "biopragmatics",
"github_repository_name": "biomappings",
"command_line_interface": true,
"gitlab": false,
"runner": "tox",
"__runner": "tox -e",
"__runner_uv": "--with tox-uv tox -e",
"__runner_pip": "tox tox-uv",
"__runner_tests": "py",
"__gh_slug": "biopragmatics/biomappings",
"_template": "https://github.com/cthoyt/cookiecutter-snekpack"
}
},
"directory": null
}