-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cruft.json
25 lines (25 loc) · 1.02 KB
/
.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/lyz-code/cookiecutter-python-project",
"commit": "d90d0e819e6e727489d6eade18f7d78ec5315c0f",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "pass-collaborate",
"project_slug": "pass-collaborate",
"project_description": "A pass extension that helps collectives manage the access to their passwords",
"requirements": "typer",
"configure_command_line": true,
"read_configuration_from_yaml": true,
"github_user": "lyz-code",
"github_token_pass_path": "internet/github.lyz-code.api_token",
"pypi_token_pass_path": "internet/pypi.token",
"test_pypi_token_pass_path": "internet/test.pypi.token",
"author": "Lyz",
"author_email": "lyz-code-security-advisories@riseup.net",
"security_advisories_email": "lyz-code-security-advisories@riseup.net",
"project_underscore_slug": "pass_collaborate",
"_template": "https://github.com/lyz-code/cookiecutter-python-project"
}
},
"directory": null
}