From 318e7682925a1b46d2ad074f18070a18c26aca52 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 7 Dec 2020 20:16:29 -0500 Subject: [PATCH] docs: minor wording change for multibuild --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4be85a33..0b10f302 100644 --- a/README.md +++ b/README.md @@ -606,4 +606,4 @@ 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! +Another very similar tool to consider is [matthew-brett/multibuild](http://github.com/matthew-brett/multibuild). `multibuild` is a shell script toolbox for building a wheel on various platforms. It is used as a basis to build some of the big data science tools, like SciPy.