diff --git a/README.md b/README.md index 0cf3ac5c..890c9406 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,11 @@ _31 March 2017_ - 🌟 First public release! +Contributing +============ + +For more info on how to contribute to cibuildwheel, see the [docs](https://cibuildwheel.readthedocs.io/en/latest/contributing/). + Maintainers ----------- @@ -301,7 +306,7 @@ Massive props also to- - @mayeut for a [phenomenal PR](https://github.com/joerick/cibuildwheel/pull/71) patching Python itself for better compatibility! 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. diff --git a/docs/contributing.md b/docs/contributing.md index d16540cd..764cda17 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -5,7 +5,7 @@ Wheel-building can be pretty complex. I expect users to find many edge-cases - p I plan to be pretty liberal in accepting pull requests, as long as they align with the design goals below. -`cibuildwheel` is indie open source. I'm not paid to work on this. +`cibuildwheel` is indie open source. We're not paid to work on this. Design Goals ------------