Skip to content
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

Remove links in vendored code that point outside the sdist source code. #1256

Merged
merged 3 commits into from
Nov 27, 2024

Conversation

obi1kenobi
Copy link
Collaborator

We vendor pyo3 and its related libraries, but we depend on users' build tools to build wheels when a suitable wheel is not found on PyPI. The source distribution only includes the actual source code of pyo3 et al, but their source code indirectly depends on non-source artifacts, such as files in their guide/ or examples/ directories. Those directories are not part of the source distribution, so locally building the wheel fails.

This PR removes those links, since they are only used for doc comments and aren't relevant to the actual operation of our library.

@obi1kenobi obi1kenobi merged commit 3da3c71 into main Nov 27, 2024
10 of 11 checks passed
@obi1kenobi obi1kenobi deleted the pg/remove-vendored-relative-links branch November 27, 2024 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants