-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a long description to satisfy Linux system packaging.
- Loading branch information
1 parent
8cd405b
commit dba56d5
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] | ||
|
@@ -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 = [ | ||
|