Closed alessandrofelder closed 1 year ago
What is this PR
Why is this PR needed?
We don't want to have cibuildwheel by default.
cibuildwheel
What does this PR do?
Removes options for cibuildwheel from pyproject.toml
pyproject.toml
Closes #81, depends on #89
Searched all files for occurrences of cibuildwheel and removed. Existing tests pass. Not sure how to easily do more than that?
In theory, yes, if projects that need cibuildwheel rely on this being here?
AFAICT cibuildwheel was not documented here anyway, so no.
Description
What is this PR
Why is this PR needed?
We don't want to have
cibuildwheel
by default.What does this PR do?
Removes options for
cibuildwheel
frompyproject.toml
References
Closes #81, depends on #89
How has this PR been tested?
Searched all files for occurrences of
cibuildwheel
and removed. Existing tests pass. Not sure how to easily do more than that?Is this a breaking change?
In theory, yes, if projects that need cibuildwheel rely on this being here?
Does this PR require an update to the documentation?
AFAICT
cibuildwheel
was not documented here anyway, so no.Checklist: