From bd0aca510c85e03cabdd187f2382b3f924b7dad1 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 19 Sep 2020 10:59:49 +0100 Subject: [PATCH] Add notes to some of the examples in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c1baf66..a0e82e08 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Working examples Here are some repos that use cibuildwheel. -- [pyinstrument_cext](https://github.com/joerick/pyinstrument_cext) +- [pyinstrument_cext](https://github.com/joerick/pyinstrument_cext) - A simple C extension, without external dependencies, built on Travis CI/Appveyor. - [websockets](https://github.com/aaugustin/websockets) - [Parselmouth](https://github.com/YannickJadoul/Parselmouth) - [python-admesh](https://github.com/admesh/python-admesh) @@ -140,9 +140,11 @@ Here are some repos that use cibuildwheel. - [aioquic](https://github.com/aiortc/aioquic) - [pikepdf](https://github.com/pikepdf/pikepdf) - [fathon](https://github.com/stfbnc/fathon) -- [etebase-py](https://github.com/etesync/etebase-py) +- [etebase-py](https://github.com/etesync/etebase-py) - Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed, built on Travis CI. > Add your repo here! Send a PR. +> +> I'd like to include notes here to indicate why an example might be interesting to cibuildwheel users - the styles/technologies/techniques used in each. Please include that in future additions! Legal note ----------