-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.cruft.json
28 lines (28 loc) · 991 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
27
28
{
"template": "https://github.com/arup-group/cookiecutter-pypackage",
"commit": "b7724521f898ab28f541d492aff8e2be2ed76a01",
"checkout": null,
"context": {
"cookiecutter": {
"full_name": "Fred Shone",
"email": "[email protected]",
"github_username": "fredshone",
"repository_owner": "arup-group",
"project_title": "OSMOX",
"repository_name": "osmox",
"package_name": "osmox",
"module_name": "osmox",
"project_short_description": "A tool for extracting locations and features from OpenStreetMap (OSM) data.",
"upload_pypi_package": "y",
"upload_conda_package": "y",
"conda_channel": "city-modelling-lab",
"command_line_interface": "y",
"create_docker_file": "y",
"create_author_file": "n",
"create_jupyter_notebook_directory": "n",
"open_source_license": "MIT license",
"_template": "https://github.com/arup-group/cookiecutter-pypackage"
}
},
"directory": null
}