Skip to content

Commit

Permalink
Merge pull request lincolnloop#303 from mgorny/wheel
Browse files Browse the repository at this point in the history
Remove redundant wheel dep from pyproject.toml
  • Loading branch information
SmileyChris authored Feb 3, 2023
2 parents a3b9a24 + 5b00e10 commit aa485a8
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,3 +1,3 @@
[build-system]
requires = ["setuptools >= 48", "wheel >= 0.29.0"]
requires = ["setuptools >= 48"]
build-backend = "setuptools.build_meta"

0 comments on commit aa485a8

Please sign in to comment.