Skip to content

Commit

Permalink
Remove unnecessary build requirement
Browse files Browse the repository at this point in the history
I recall `wheel` being listed in instructions somewhere (maybe for
`setuptools`), but it wasn't, and isn't, necessary.
  • Loading branch information
QuLogic committed Aug 18, 2024
1 parent 4aea090 commit 7e13c02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[build-system]
requires = [
"setuptools",
"wheel",
"Cython>=0.29",
"versioneer[toml]==0.28",
# tomli is used by versioneer
Expand Down

0 comments on commit 7e13c02

Please sign in to comment.