-
Notifications
You must be signed in to change notification settings - Fork 10
/
.cruft.json
30 lines (30 loc) · 1.13 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
29
30
{
"template": "https://github.com/arup-group/cookiecutter-pypackage",
"commit": "bb2bab415eded9682b2c1d465a281450ec922f1c",
"checkout": null,
"context": {
"cookiecutter": {
"full_name": "Kasia Kozlowska",
"email": "[email protected]",
"github_username": "KasiaKoz",
"repository_owner": "arup-group",
"project_title": "Network Scenario Generator",
"repository_name": "genet",
"package_name": "cml-genet",
"module_name": "genet",
"project_short_description": "GeNet provides tools to represent and work with a multi-modal transport network with public transport (PT) services",
"upload_pypi_package": "y",
"upload_conda_package": "y",
"upload_aws_image": "n",
"conda_channel": "city-modelling-lab",
"command_line_interface": "y",
"create_docker_file": "y",
"create_author_file": "n",
"create_jupyter_notebook_directory": "y",
"check_docs_accessibility_in_CI": "n",
"open_source_license": "MIT license",
"_template": "https://github.com/arup-group/cookiecutter-pypackage"
}
},
"directory": null
}