-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.cruft.json
24 lines (24 loc) · 980 Bytes
/
.cruft.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
{
"template": "https://github.com/abilian/cookiecutter-abilian-python.git",
"commit": "3905fbbdc985d31516305f8ebf9d0aaa288fadea",
"context": {
"cookiecutter": {
"full_name": "Abilian SAS",
"email": "[email protected]",
"github_username": "sfermigier",
"project_name": "abilian-core",
"project_slug": "abilian",
"project_short_description": "Python Boilerplate contains all the boilerplate you need to create a Python package.",
"pypi_username": "sfermigier",
"version": "0.11.16",
"use_pytest": "y",
"use_pypi_deployment_with_travis": "n",
"add_pyup_badge": "n",
"command_line_interface": "Click",
"create_author_file": "y",
"open_source_license": "MIT license",
"_template": "https://github.com/abilian/cookiecutter-abilian-python.git"
}
},
"directory": null
}