Skip to content

Commit

Permalink
Merge pull request #79 from mgorny/wheel
Browse files Browse the repository at this point in the history
Remove redundant wheel dep from pyproject.toml
  • Loading branch information
arsenetar committed May 3, 2023
2 parents 0244f53 + 19cf5d9 commit e59ddca
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 >= 40.6.0", "wheel"]
requires = ["setuptools >= 40.6.0"]
build-backend = "setuptools.build_meta"

[tool.black]
Expand Down

0 comments on commit e59ddca

Please sign in to comment.