Skip to content

Commit

Permalink
Include _custom_build in sdist
Browse files Browse the repository at this point in the history
This fixes build issues for installations that cannot use wheels
published on PyPI. Issue #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.
  • Loading branch information
kvelicka authored and haata committed Sep 25, 2024
1 parent 78dd54e commit 59a639f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include LICENSE.md
include CHANGELOG.md
include requirements.txt
include buildutils/*
include _custom_build/*
include capnp/lib/capnp_api.h
include Pipfile
include tox.ini
Expand Down

0 comments on commit 59a639f

Please sign in to comment.