-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathcookiecutter.json
More file actions
17 lines (17 loc) · 784 Bytes
/
cookiecutter.json
File metadata and controls
17 lines (17 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"full_name": "",
"email": "",
"github_username": "",
"project_name": "Python Boilerplate",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
"project_short_description": "Skeleton project created by Python Project Wizard (ppw)",
"version": "0.1.0",
"use_pytest": "y",
"add_pyup_badge": "n",
"command_line_interface": ["Fire", "No command-line interface"],
"create_author_file": "y",
"open_source_license": ["MIT", "BSD-3-Clause", "ISC", "Apache-2.0", "GPL-3.0-only", "Not open source"],
"docstrings_style": ["google", "numpy", "rst"],
"init_dev_env": "y",
"_copy_without_render": ["docs/history.md", "docs/contributing.md", "docs/authors.md", "docs/index.md", ".github/workflows/*.yml", ".docstring.tpl"]
}