Skip to content

Commit e2bb391

Browse files
Add cookiecutter.json
1 parent 82a59e9 commit e2bb391

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

cookiecutter.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"full_name": "Lance Stephens",
3+
"email": "4097471+pythoninthegrass@users.noreply.github.com",
4+
"github_username": "pythoninthegrass",
5+
"project_name": "python_template",
6+
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
7+
"project_short_description": "python_template contains all the boilerplate you need to create a Python project.",
8+
"pypi_username": "{{ cookiecutter.github_username }}",
9+
"version": "0.1.0",
10+
"use_pytest": "n",
11+
"use_black": "n",
12+
"use_pypi_deployment_with_travis": "y",
13+
"add_pyup_badge": "n",
14+
"command_line_interface": [
15+
"Click",
16+
"Argparse",
17+
"No command-line interface"
18+
],
19+
"create_author_file": "y",
20+
"open_source_license": [
21+
"MIT license",
22+
"BSD license",
23+
"ISC license",
24+
"Apache Software License 2.0",
25+
"GNU General Public License v3",
26+
"Not open source"
27+
]
28+
}

0 commit comments

Comments
 (0)