-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cruft.json
executable file
·28 lines (28 loc) · 1.01 KB
/
.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": "fdc37ca81ad3f267199b04856722ea68648b9109",
"checkout": null,
"context": {
"cookiecutter": {
"full_name": "Theodore-Chatziioannou",
"email": "[email protected]",
"github_username": "Theodore-Chatziioannou",
"repository_owner": "arup-group",
"project_title": "gtfs-skims",
"repository_name": "gtfs_skims",
"package_name": "gtfs_skims",
"module_name": "gtfs_skims",
"project_short_description": "A fast library for fast generalised cost skimming of GTFS files",
"upload_pypi_package": "n",
"upload_conda_package": "n",
"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
}