-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.cruft.json
26 lines (26 loc) · 913 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": "git@github.com:Lee-W/cookiecutter-python-template.git",
"commit": "4624db98373e9456ed421599484fb7c7d5b7bee2",
"context": {
"cookiecutter": {
"project_name": "bahamut_ani_stat",
"project_slug": "bahamut_ani_stat",
"project_description": "Toolkit for Bahamut ani gamer data",
"github_username": "Lee-W",
"github_url": "git@github.com:Lee-W/bahamut_ani_stat.git",
"author_name": "Wei Lee",
"author_email": "weilee.rx@gmail.com",
"python_version": "3.8",
"dependency_management_tool": "poetry",
"default_branch": "main",
"use_strict_mypy_config": "y",
"build_pypi_package": "y",
"build_docker_image": "y",
"open_source_license": "MIT license",
"_template_version": "1.6.0",
"_template": "git@github.com:Lee-W/cookiecutter-python-template.git"
}
},
"directory": null,
"checkout": null
}