Skip to content

Commit

Permalink
Added a long description to satisfy Linux system packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 5, 2023
1 parent 8cd405b commit dba56d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ author_email = "[email protected]"
[tool.briefcase.app.testbed]
formal_name = "Testbed"
description = "A testbed for the Apple Support packages."
long_description = """A test of common use cases and known problems with bundled apps.
Validates 3rd party module loading, as well as basic app packaging.
"""
icon = "src/testbed/resources/testbed"
sources = ["src/testbed"]
test_sources = ["tests"]
Expand Down Expand Up @@ -63,7 +67,7 @@ system_runtime_requires = [
[tool.briefcase.app.testbed.linux.appimage]
manylinux = "manylinux_2_28"
requires = [
'--no-binary', ':all:'
'--no-binary', ':all:',
]

system_requires = [
Expand Down

0 comments on commit dba56d5

Please sign in to comment.