-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
25 lines (25 loc) · 944 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
{
"template": "https://github.com/markusritschel/cookiecutter-pypackage",
"commit": "513db265ec105714fdef2227e4800857b8d04f6f",
"checkout": null,
"context": {
"cookiecutter": {
"project_author": "Markus Ritschel",
"email": "[email protected]",
"github_username": "markusritschel",
"project_name": "Oceanpack",
"project_slug": "oceanpack",
"package_name": "oceanpack",
"project_short_description": "This repository contains routines for the evaluation of data from the OceanPack™ AUMS (Autonomous Underwater Measuring System) by SubCtech®.",
"project_version": "0.1.0",
"command_line_interface": "Click",
"sphinx_theme": "pydata_sphinx_theme",
"project_license": "MIT license",
"_copy_without_render": [
".github/workflows/*"
],
"_template": "https://github.com/markusritschel/cookiecutter-pypackage"
}
},
"directory": null
}