Skip to content

Commit

Permalink
Add extra template context declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jun 5, 2024
1 parent 19a9691 commit e6b013c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"formal_name": "App Name",
"app_name": "{{ cookiecutter.formal_name|lower|replace(' ', '-') }}",
"module_name": "{{ cookiecutter.app_name|replace('-', '_') }}",
"bundle": "com.example",
"version_triple": "0.0.1",
"author": "Example Corporation",
"author_email": "[email protected]",
Expand All @@ -14,6 +15,7 @@
"use_full_install_path": true,
"python_version": "3.X.0",
"_extensions": [
"briefcase.integrations.cookiecutter.PythonVersionExtension"
"briefcase.integrations.cookiecutter.PythonVersionExtension",
"briefcase.integrations.cookiecutter.UUIDExtension"
]
}

0 comments on commit e6b013c

Please sign in to comment.