Misc copy edits

This commit is contained in:
Joe Rickerby
2019-10-20 19:43:13 +01:00
parent 89bb2d352d
commit b577c5f00f
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -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.
+1 -1
View File
@@ -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
------------