Skip to content

Commit

Permalink
Merge pull request #60 from mgorny/wheel-dep
Browse files Browse the repository at this point in the history
Remove redundant wheel dep from pyproject.toml
  • Loading branch information
cpburnz committed Sep 1, 2022
2 parents 3eaca74 + d01c9f9 commit c0ffa91
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,6 +1,6 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=40.8.0", "wheel"]
requires = ["setuptools>=40.8.0"]

[project]
authors = [
Expand Down

0 comments on commit c0ffa91

Please sign in to comment.