-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Choose different wheel files for different platforms / Wildcards for file dependencies #1028
Comments
Maybe relates to #558. So you have a wheel archive directory, and want to install a package available in the directory regardless of its target platform? Do you mean like this? https://stackoverflow.com/questions/48183160/how-to-pip-install-whl-on-windows-using-a-wildcard |
Yes, that's exactly what I want. Currently I use pip for that. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing this issue automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Question
Hi,
I have a library packaged in wheel files:
How should the pyproject.toml file look like? My attempt (not working):
I think this can be solved by allowing wildcards in file name:
Is this option (or something similar) available?
Thanks.
The text was updated successfully, but these errors were encountered: