-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.cruft.json
27 lines (27 loc) · 904 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/cthoyt/cookiecutter-snekpack",
"commit": "f217081a86752e77b638d76e92a1f536a4906733",
"checkout": null,
"context": {
"cookiecutter": {
"package_name": "pystow",
"package_name_stylized": "PyStow",
"short_description": "Easily pick a place to store data for your Python code",
"author_name": "Charles Tapley Hoyt",
"author_github": "cthoyt",
"author_email": "[email protected]",
"github_organization_name": "cthoyt",
"github_repository_name": "pystow",
"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": "cthoyt/pystow",
"_template": "https://github.com/cthoyt/cookiecutter-snekpack"
}
},
"directory": null
}