Skip to content

Commit

Permalink
Drop the unnecessary wheel from build deps
Browse files Browse the repository at this point in the history
It was never needed in the first place and is pulled-in by
`setuptools` automatically.
  • Loading branch information
webknjaz committed Dec 3, 2022
1 parent 4432298 commit 4099ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=40", "wheel"]
requires = ["setuptools >= 40"]


[tool.towncrier]
Expand All @@ -14,4 +14,4 @@ issue_format = ":issue:`{issue}`"
test-requires = "-r requirements/ci.txt"
test-command = "pytest {project}/tests"
# don't build PyPy wheels, install from source instead
skip = "pp*"
skip = "pp*"

0 comments on commit 4099ce6

Please sign in to comment.