-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
25 lines (25 loc) · 1.04 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": "[email protected]:lyz-code/cookiecutter-python-project.git",
"commit": "d90d0e819e6e727489d6eade18f7d78ec5315c0f",
"context": {
"cookiecutter": {
"project_name": "Drode",
"project_slug": "drode",
"project_description": "`drode` is a wrapper over the Drone and AWS APIs to make deployments more user friendly.",
"requirements": "argcomplete, boto3, ruyaml, requests, tabulate",
"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": "drode",
"_template": "[email protected]:lyz-code/cookiecutter-python-project.git"
}
},
"directory": null,
"checkout": null
}