forked from ionelmc/cookiecutter-pylibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookiecutter.json
35 lines (30 loc) · 1.07 KB
/
cookiecutter.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
28
29
30
31
32
33
34
35
{
"full_name": "Timothee Mazzucotelli",
"email": "[email protected]",
"website": "http://pawamoy.github.io/",
"github_username": "Pawamoy",
"project_name": "No Project Name",
"repo_name": "no-repo-name",
"package_name": "no_package_name",
"distribution_name": "no-distrib-name",
"project_short_description": "An example package.",
"release_date": "today",
"version": "0.1.0",
"python_versions": "2.7,3.4,3.5,3.6,3.7-dev,pypy",
"django": ["no", "yes"],
"django_versions": "1.8,1.9,1.10,1.11",
"django_fake_model": ["no", "yes"],
"command_line_interface": ["no", "plain", "argparse", "click"],
"command_line_interface_bin_name": "{{ cookiecutter.distribution_name }}",
"pylama": ["no", "yes"],
"prospector": ["yes", "no"],
"codacy": ["yes", "no"],
"codeclimate": ["no", "yes"],
"codecov": ["no", "yes"],
"coveralls": ["no", "yes"],
"gitter": ["yes", "no"],
"landscape": ["no", "yes"],
"pyup": ["yes", "no"],
"requiresio": ["no", "yes"],
"travis": ["yes", "no"]
}