pycapnp/docs
Tobias Ahrens d48ffea939
Add custom build backend to support build args (#328)
This implements a custom build backend, inspired by the
[solution used by Pillow.](https://github.com/python-pillow/Pillow/pull/7171)

install-option is deprecated and was removed with pip 23.1. The
comonly accepted solution seems to be to define a custom build
backend for now
https://github.com/pypa/setuptools/issues/2491#issuecomment-1589764230

This commit changes the usage from `--install-option` to `--config-settings`.
2023-10-02 22:30:51 -07:00
..
_templates Updating docs for v1.0.0b2 2020-06-14 17:05:45 -07:00
capnp.rst Schema loading from the wire 2023-06-12 14:10:13 +02:00
conf.py Fixed black issues 2022-04-06 13:32:52 +10:00
index.rst Updating docs for v1.0.0b2 2020-06-14 17:05:45 -07:00
install.rst Add custom build backend to support build args (#328) 2023-10-02 22:30:51 -07:00
Makefile Initial commit of docs 2013-08-18 21:49:12 -07:00
quickstart.rst Prevent race condition in example code (#305) 2023-01-08 22:29:23 -08:00