-
Notifications
You must be signed in to change notification settings - Fork 21
/
.cruft.json
30 lines (30 loc) · 1.08 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.git",
"commit": "f0270b09dcc9dd85140b6ad9f146382e1dacdedd",
"checkout": null,
"context": {
"cookiecutter": {
"full_name": "Fred Shone",
"email": "[email protected]",
"github_username": "fredshone",
"repository_owner": "arup-group",
"project_title": "Population Activity Modeller",
"repository_name": "pam",
"package_name": "cml-pam",
"module_name": "pam",
"project_short_description": "The Population activity Modeller (PAM) is a python API for activity sequence modelling.",
"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.git"
}
},
"directory": null
}