-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.cruft.json
32 lines (32 loc) · 1.07 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
31
32
{
"template": "[email protected]:has-sante/public/cookiecutter-prod-python-has.git",
"commit": "a50da3a65115a8cf5be5a6eec1d683c446919d95",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "caumim",
"project_slug": "caumim",
"package_name": "caumim",
"friendly_name": "Caumim",
"author": "Matthieu Doutreligne",
"email": "[email protected]",
"project_type": "package",
"docker_enabled": "no",
"docs_enabled": "yes",
"jupyter_notebooks_enabled": "yes",
"linting_enabled": "yes",
"tests_enabled": "yes",
"remote_vcs_url": "https://gitlab.com",
"remote_vcs_project_path": "caumim",
"project_repository_url": "https://gitlab.com/strayMat/caumim",
"documentation_url": "https://straymat.gitlab.io/caumim",
"used_language": "english",
"version": "0.0.0",
"_copy_without_render": [
"docs/source/_templates/*"
],
"_template": "[email protected]:has-sante/public/cookiecutter-prod-python-has.git"
}
},
"directory": null
}