-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.cruft.json
31 lines (31 loc) · 996 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
31
{
"template": "https://github.com/usnistgov/cookiecutter-nist-python.git",
"commit": "61580376ae0c11b954b1d78c9812f5979bc81622",
"checkout": "develop",
"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": "[email protected]",
"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"
}
},
"directory": null
}