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

Include _custom_build in sdist #369

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Include _custom_build in sdist #369

merged 1 commit into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. Include _custom_build in sdist

    This fixes build issues for installations that cannot use wheels
    published on PyPI. Issue capnproto#364 would be fixed by this.
    
    Python build tools like `python -m build` first build a source
    distribuiton (sdist) and then use it (and only it) to build a binary
    wheel from. This doesn't work if one of the build scripts isn't in the
    sdist however, which was the case prior to this patch.
    kvelicka committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    00cffbf View commit details
    Browse the repository at this point in the history