Skip to content

Commit

Permalink
Merge pull request #367 from pyt-team/frantzen/remove-wheel-dependency
Browse files Browse the repository at this point in the history
Remove `wheel` from build dependencies
  • Loading branch information
ffl096 authored Jun 21, 2024
2 parents 5a84ac7 + 318c381 commit 3a1ffe2
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", "wheel"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 3a1ffe2

Please sign in to comment.