-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy path.cruft.json
More file actions
23 lines (23 loc) · 743 Bytes
/
.cruft.json
File metadata and controls
23 lines (23 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"template": "https://github.com/neuroinformatics-unit/python-cookiecutter",
"commit": "ac40e82e88d29ce57d6cf8aa372aa1af4bde8308",
"checkout": null,
"context": {
"cookiecutter": {
"full_name": "Niko Sirmpilatze",
"email": "niko.sirbiladze@gmail.com",
"github_username_or_organization": "neuroinformatics-unit",
"package_name": "movement",
"github_repository_url": "provide later",
"module_name": "movement",
"short_description": "Analysis of body movement",
"license": "BSD-3",
"create_docs": "yes",
"_copy_without_render": [
".github/*"
],
"_template": "https://github.com/neuroinformatics-unit/python-cookiecutter"
}
},
"directory": null
}