Skip to content

Commit

Permalink
Add cruft config file
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Feb 22, 2024
1 parent e99551e commit 97470a5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"template": "https://github.com/arup-group/cookiecutter-pypackage.git",
"commit": "641cc1cd08b540e5dad4f8f3b294e81a0e62440e",
"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",
"conda_channel": "city-modelling-lab",
"command_line_interface": "y",
"create_docker_file": "y",
"create_author_file": "n",
"create_jupyter_notebook_directory": "y",
"open_source_license": "MIT license",
"_template": "https://github.com/arup-group/cookiecutter-pypackage.git"
}
},
"directory": null
}

0 comments on commit 97470a5

Please sign in to comment.