Skip to content

Commit

Permalink
Merge pull request #180 from mgorny/wheel
Browse files Browse the repository at this point in the history
Remove redundant wheel dep from pyproject.toml
  • Loading branch information
Erotemic authored Nov 14, 2022
2 parents 0901453 + c9074c6 commit d5fbcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=41.0.1", "wheel>=0.29.0", "Cython>=3.0.0a11"]
requires = ["setuptools>=41.0.1", "Cython>=3.0.0a11"]
build-backend = "setuptools.build_meta" # comment out to disable pep517

[tool.coverage.run]
Expand Down

0 comments on commit d5fbcfb

Please sign in to comment.