Skip to content

Commit

Permalink
Remove wheel from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll committed Jun 3, 2024
1 parent 17c3bdc commit 0aafeb3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[build-system]
requires = [
"setuptools>=42",
"wheel",
"setuptools_scm>=6.2"
]
requires = ["setuptools>=64.0", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

0 comments on commit 0aafeb3

Please sign in to comment.