-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
26 lines (26 loc) · 939 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
25
26
{
"template": "https://github.com/arup-group/cookiecutter-pypackage",
"commit": "404dbbb61caaa8fc3d69133d1c5d2c9f00f1b372",
"checkout": null,
"context": {
"cookiecutter": {
"full_name": "Divya Sharma",
"email": "[email protected]",
"github_username": "divyasharma",
"repository_org": "divyasharma",
"project_name": "Divya's repo",
"project_slug": "expert_umbrella",
"project_short_description": "Python Boilerplate contains all the boilerplate you need to create a Python package.",
"index_package": "conda",
"conda_channel": "divyasharma",
"version": "0.1.0",
"command_line_interface": "y",
"create_docker_file": "y",
"create_author_file": "y",
"create_jupyter_notebook_directory": "y",
"open_source_license": "MIT license",
"_template": "https://github.com/arup-group/cookiecutter-pypackage"
}
},
"directory": null
}