-
Notifications
You must be signed in to change notification settings - Fork 11
/
.cruft.json
27 lines (27 loc) · 1.07 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
{
"template": "[email protected]:Lee-W/cookiecutter-python-template.git",
"commit": "c3fe47bcc95ce02269935885e52c7aef32c5119f",
"context": {
"cookiecutter": {
"project_name": "mail handler",
"project_slug": "mail_handler",
"project_description": "Generate emails through the template and send mails.",
"github_username": "Lee-W",
"github_url": "https://github.com/pycontw/mail_handler",
"author_name": "Wei Lee",
"author_email": "[email protected]",
"python_version": "3.8",
"dependency_management_tool": "poetry",
"default_branch": "master",
"use_strict_mypy_config": "n",
"build_pypi_package": "y",
"build_docker_image": "n",
"open_source_license": "MIT license",
"auto_detect_update_from_cruft_template": "y",
"_template_version": "1.9.2",
"_template": "[email protected]:Lee-W/cookiecutter-python-template.git"
}
},
"directory": null,
"checkout": null
}