Skip to content

Commit

Permalink
Merge pull request #128 from beeware/license-file
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 authored May 31, 2024
2 parents 8fe0d8a + 20ff327 commit ca7d22d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tests/test_app_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main():
bundle = "com.example"
version = "0.0.1"
url = "https://example.com"
license = "BSD license"
license.file = "LICENSE"
author = "Jane Developer"
author_email = "jane@example.com"
Expand Down Expand Up @@ -107,7 +107,7 @@ def main():
bundle = "com.example"
version = "0.0.1"
url = "https://example.com"
license = "BSD license"
license.file = "LICENSE"
author = "Jane Developer"
author_email = "jane@example.com"
Expand Down Expand Up @@ -236,7 +236,7 @@ def main():
bundle = "com.example"
version = "0.0.1"
url = "https://example.com"
license = "BSD license"
license.file = "LICENSE"
author = "Jane Developer"
author_email = "jane@example.com"
Expand Down Expand Up @@ -340,7 +340,7 @@ def main():
bundle = "com.example"
version = "0.0.1"
url = "https://example.com"
license = "BSD license"
license.file = "LICENSE"
author = "Jane Developer"
author_email = "jane@example.com"
field = "pyproject_table_briefcase_extra_content"
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.app_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project_name = "{{ cookiecutter.project_name|escape_toml }}"
bundle = "{{ cookiecutter.bundle }}"
version = "0.0.1"
url = "{{ cookiecutter.url }}"
license = "{{ cookiecutter.license }}"
license.file = "LICENSE"
author = "{{ cookiecutter.author|escape_toml }}"
author_email = "{{ cookiecutter.author_email }}"
{{ cookiecutter.pyproject_table_briefcase_extra_content }}
Expand Down

0 comments on commit ca7d22d

Please sign in to comment.