We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce046e commit 8ab9e6dCopy full SHA for 8ab9e6d
1 file changed
pyproject.toml
@@ -3,7 +3,8 @@ project_name = "Testbed"
3
bundle = "org.beeware"
4
version = "0.0.1"
5
url = "https://beeware.org"
6
-license.file = "LICENSE"
+license = "BSD-3-Clause"
7
+license-files = ["LICENSE"]
8
author = 'Russell Keith-Magee'
9
author_email = "russell@beeware.org"
10
@@ -118,6 +119,7 @@ requires = [
118
119
[tool.briefcase.app.testbed.iOS]
120
requires = [
121
"rubicon-objc",
122
+ "std-nslog~=1.0.3",
123
]
124
min_os_version = "17.0"
125
# support_package = "../Python-Apple-support/dist/Python-3.14-iOS-support.custom.tar.gz"
0 commit comments