-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: better path handling when using
--find-links
especially (#2417)
Co-authored-by: Ruben Arts <[email protected]>
- Loading branch information
1 parent
7a07ba0
commit 775811f
Showing
3 changed files
with
196 additions
and
67 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ authors = ["Tim de Jager <[email protected]>"] | |
channels = ["conda-forge"] | ||
name = "pypi-find-links" | ||
platforms = ["osx-arm64", "osx-64", "linux-64", "win-64"] | ||
|
||
[project.pypi-options] | ||
# This is similar to the --find-links option in pip | ||
find-links = [{ path = "./links" }] | ||
|
Oops, something went wrong.