From c6f4f017320cc1ad6163dde9d35c496fa5cc16ae Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 7 Jan 2019 22:17:19 +0000 Subject: [PATCH] Update README.md ref #93 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d17d192b..eca04ae4 100644 --- a/README.md +++ b/README.md @@ -583,4 +583,6 @@ Massive props also to- See also -------- +If you'd like to keep wheel building separate from the package itself, check out [astrofrog/autowheel](https://github.com/astrofrog/autowheel). It builds packages using cibuildwheel from source distributions on PyPI. + If `cibuildwheel` is too limited for your needs, consider [matthew-brett/multibuild](http://github.com/matthew-brett/multibuild). `multibuild` is a toolbox for building a wheel on various platforms. It can do a lot more than this project - it's used to build SciPy!