Skip to content

Commit c853ed9

Browse files
cruft init
1 parent e38acd0 commit c853ed9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.cruft.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"template": "https://github.com/pythoninthegrass/python_template",
3+
"commit": "e38acd06e49e1acf755cf4d84c607344c7d31c0d",
4+
"context": {
5+
"cookiecutter": {
6+
"full_name": "Lance Stephens",
7+
"email": "4097471+pythoninthegrass@users.noreply.github.com",
8+
"github_username": "pythoninthegrass",
9+
"project_name": "python_template",
10+
"project_slug": "python_template",
11+
"project_short_description": "python_template contains all the boilerplate you need to create a Python project.",
12+
"pypi_username": "pythoninthegrass",
13+
"version": "0.1.0",
14+
"use_pytest": "n",
15+
"use_black": "n",
16+
"use_pypi_deployment_with_travis": "n",
17+
"add_pyup_badge": "n",
18+
"command_line_interface": "No command-line interface",
19+
"create_author_file": "n",
20+
"open_source_license": "Unlicense",
21+
"_template": "https://github.com/pythoninthegrass/python_template"
22+
}
23+
},
24+
"directory": null
25+
}

0 commit comments

Comments
 (0)