Skip to content

Commit f6231f8

Browse files
Correct location of comment about --find-links
Co-authored-by: Malcolm Smith <[email protected]>
1 parent 9de5fd8 commit f6231f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ sources = ["src/testbed"]
1919
test_sources = ["tests"]
2020

2121
requires = [
22-
# Provide a source of binary wheels that aren't provided on PyPI.
2322
"cryptography",
2423
"lru_dict",
2524
"pillow",
@@ -32,6 +31,7 @@ test_requires = [
3231

3332
[tool.briefcase.app.testbed.macOS]
3433
requires = [
34+
# Provide a source of binary wheels that aren't provided on PyPI.
3535
"--find-links", "./wheels",
3636
"rubicon-objc",
3737
"std-nslog",

0 commit comments

Comments
 (0)