-
Notifications
You must be signed in to change notification settings - Fork 24
/
.cruft.json
25 lines (25 loc) · 992 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": "[email protected]:lyz-code/cookiecutter-python-project.git",
"commit": "68a4cf28a19c6518974b71ecd61b8313c291bd2f",
"context": {
"cookiecutter": {
"project_name": "Autoimport",
"project_slug": "autoimport",
"project_description": "Autoimport missing python libraries.",
"requirements": "autoflake",
"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": "[email protected]",
"security_advisories_email": "[email protected]",
"project_underscore_slug": "autoimport",
"_template": "[email protected]:lyz-code/cookiecutter-python-project.git"
}
},
"directory": null,
"checkout": null
}