-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cruft.json
25 lines (25 loc) · 904 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/usnistgov/cookiecutter-nist-python.git",
"commit": "714e872b2f122570895ef79d72f5a364f6f9b12b",
"checkout": "develop",
"context": {
"cookiecutter": {
"project_name": "pyproject2conda",
"project_slug": "pyproject2conda",
"project_short_description": "A script to convert a Python project declared on a pyproject.toml to a conda environment.",
"full_name": "William P. Krekelberg",
"email": "[email protected]",
"github_username": "usnistgov",
"pypi_username": "conda-forge",
"conda_channel": "wpk-nist",
"command_line_interface": "typer",
"sphinx_use_autodocsumm": true,
"sphinx_theme": "sphinx_book_theme",
"year": "2023",
"__answers": "",
"_copy_without_render": [],
"_template": "https://github.com/usnistgov/cookiecutter-nist-python.git"
}
},
"directory": null
}