forked from beeware/briefcase-web-static-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookiecutter.json
More file actions
31 lines (31 loc) · 894 Bytes
/
Copy pathcookiecutter.json
File metadata and controls
31 lines (31 loc) · 894 Bytes
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
{
"format": "static",
"formal_name": "App Name",
"description": "A short description of the app.",
"homepage": "https://example.com",
"app_name": "{{ cookiecutter.formal_name|lower|replace(' ', '-') }}",
"module_name": "{{ cookiecutter.app_name|replace('-', '_') }}",
"author": "Example Corporation",
"bundle": "com.example",
"splash_background_color": "#FFFFFF",
"version": "1.0",
"build": "1",
"python_version": "3.X.0",
"style_framework": [
"Shoelace v2.3",
"Bootstrap v4.6",
"None"
],
"_copy_without_render": [
".gitignore",
"*.png"
],
"_extensions": [
"briefcase.integrations.cookiecutter.PythonVersionExtension",
"briefcase.integrations.cookiecutter.XMLExtension"
],
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
}
}