-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.cruft.json
30 lines (30 loc) · 1017 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
29
30
{
"template": "https://github.com/Ouranosinc/cookiecutter-pypackage",
"commit": "36ea29394390254407194bd37315d9e3e9238585",
"context": {
"cookiecutter": {
"full_name": "David Huard",
"email": "[email protected]",
"github_username": "CSHS-CWRA",
"project_name": "RavenPy",
"project_slug": "ravenpy",
"project_short_description": "A Python wrapper to setup and run the hydrologic modelling framework Raven.",
"pypi_username": "CSHS-CWRA",
"version": "0.17.0",
"use_pytest": "y",
"use_black": "y",
"use_conda": "y",
"add_pyup_badge": "n",
"make_docs": "y",
"add_translations": "y",
"command_line_interface": "Click",
"create_author_file": "y",
"open_source_license": "MIT license",
"generated_with_cruft": "y",
"__gh_slug": "https://github.com/CSHS-CWRA/RavenPy",
"_template": "https://github.com/Ouranosinc/cookiecutter-pypackage"
}
},
"directory": null,
"checkout": null
}