mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 00:14:45 +01:00

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.
18 lines
476 B
Text
18 lines
476 B
Text
include README.md
|
|
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
|
|
recursive-include examples *.capnp
|
|
recursive-include examples *.cert
|
|
recursive-include examples *.key
|
|
recursive-include examples *.py
|
|
recursive-include test *.binary
|
|
recursive-include test *.capnp
|
|
recursive-include test *.packed
|
|
recursive-include test *.txt
|
|
recursive-include test *.py
|