forked from ionelmc/cookiecutter-pylibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookiecutter.json
29 lines (29 loc) · 956 Bytes
/
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
{
"full_name": "Ionel Cristian Maries",
"email": "[email protected]",
"website": "http://blog.ionelmc.ro",
"github_username": "ionelmc",
"project_name": "Nameless",
"repo_name": "python-nameless",
"package_name": "nameless",
"distribution_name": "nameless",
"project_short_description": "An example package. Replace this with a proper project description. Generated with https://github.com/ionelmc/cookiecutter-pylibrary",
"release_date": "2015-06-10",
"year": "2015",
"version": "0.1.0",
"c_extension_support": "no",
"c_extension_optional": "no",
"test_matrix_configurator": "no",
"test_runner": "pytest",
"command_line_interface": "plain",
"coveralls": "no",
"codecov": "yes",
"landscape": "no",
"scrutinizer": "no",
"codacy" : "no",
"codeclimate" : "no",
"sphinx_theme": "readthedocs",
"travis": "yes",
"appveyor": "yes",
"requiresio": "yes"
}