neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Remove `cibuildwheel` #90

Closed alessandrofelder closed 8 months ago

alessandrofelder commented 8 months ago

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 from pyproject.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: