Skip to content

Commit

Permalink
Correct location of comment about --find-links
Browse files Browse the repository at this point in the history
Co-authored-by: Malcolm Smith <[email protected]>
  • Loading branch information
freakboy3742 and mhsmith authored Oct 15, 2023
1 parent 9de5fd8 commit f6231f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ sources = ["src/testbed"]
test_sources = ["tests"]

requires = [
# Provide a source of binary wheels that aren't provided on PyPI.
"cryptography",
"lru_dict",
"pillow",
Expand All @@ -32,6 +31,7 @@ test_requires = [

[tool.briefcase.app.testbed.macOS]
requires = [
# Provide a source of binary wheels that aren't provided on PyPI.
"--find-links", "./wheels",
"rubicon-objc",
"std-nslog",
Expand Down

0 comments on commit f6231f8

Please sign in to comment.