-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.cruft.json
25 lines (25 loc) · 951 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
{
"template": "https://github.com/pythoninthegrass/python_template",
"commit": "e38acd06e49e1acf755cf4d84c607344c7d31c0d",
"context": {
"cookiecutter": {
"full_name": "Lance Stephens",
"email": "[email protected]",
"github_username": "pythoninthegrass",
"project_name": "python_template",
"project_slug": "python_template",
"project_short_description": "python_template contains all the boilerplate you need to create a Python project.",
"pypi_username": "pythoninthegrass",
"version": "0.1.0",
"use_pytest": "n",
"use_black": "n",
"use_pypi_deployment_with_travis": "n",
"add_pyup_badge": "n",
"command_line_interface": "No command-line interface",
"create_author_file": "n",
"open_source_license": "Unlicense",
"_template": "https://github.com/pythoninthegrass/python_template"
}
},
"directory": null
}