Skip to content

Commit

Permalink
Merge pull request #168 from dmtucker/wheel
Browse files Browse the repository at this point in the history
Remove wheel as a build dependency
  • Loading branch information
dmtucker committed Aug 11, 2024
2 parents ed9bc25 + 53d6201 commit 379afde
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 >= 61.0", "setuptools-scm >= 7.1", "wheel >= 0.40"]
requires = ["setuptools >= 61.0", "setuptools-scm >= 7.1"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 379afde

Please sign in to comment.