-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
30 lines (30 loc) · 1.08 KB
/
.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/cthoyt/cookiecutter-snekpack",
"commit": "3257f18b9b5dc6922830dea64f9e0ab8b42a40e4",
"checkout": null,
"context": {
"cookiecutter": {
"package_name": "evr",
"package_name_stylized": "Event Venue Registry",
"short_description": "An open, community-driven venue of conference and event venues",
"author_name": "Charles Tapley Hoyt",
"author_github": "cthoyt",
"author_email": "cthoyt@gmail.com",
"github_organization_name": "cthoyt",
"github_repository_name": "evr",
"command_line_interface": true,
"gitlab": false,
"runner": "tox",
"__runner": "tox -e",
"__runner_uv": "--with tox-uv tox -e",
"__runner_pip": "tox tox-uv",
"__runner_install_uv": "uv tool install tox --with tox-uv",
"__runner_install_pip": "python3 -m pip install tox tox-uv",
"__runner_tests": "py",
"__gh_slug": "cthoyt/evr",
"_template": "https://github.com/cthoyt/cookiecutter-snekpack",
"_commit": "3257f18b9b5dc6922830dea64f9e0ab8b42a40e4"
}
},
"directory": null
}