-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.cruft.json
More file actions
32 lines (32 loc) · 1.03 KB
/
.cruft.json
File metadata and controls
32 lines (32 loc) · 1.03 KB
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": "https://github.com/usnistgov/cookiecutter-nist-python.git",
"commit": "9f0daf00a15aee896fdfbbc9d6d788b2779dd20d",
"checkout": "main",
"skip": [
"src/thermoextrap/__init__.py",
"docs/examples/usage/demo.ipynb",
"examples/usage/demo.ipynb",
"docs/examples/example-usage.md"
],
"context": {
"cookiecutter": {
"project_name": "thermoextrap",
"project_slug": "thermoextrap",
"project_short_description": "Thermodynamic extrapolation",
"full_name": "William P. Krekelberg",
"email": "wpk@nist.gov",
"github_username": "usnistgov",
"pypi_username": "wpk-nist",
"conda_channel": "conda-forge",
"command_line_interface": "none",
"sphinx_use_autodocsumm": true,
"sphinx_theme": "sphinx_book_theme",
"year": "2020",
"__answers": "",
"_copy_without_render": [],
"_template": "https://github.com/usnistgov/cookiecutter-nist-python.git",
"_commit": "9f0daf00a15aee896fdfbbc9d6d788b2779dd20d"
}
},
"directory": null
}