Skip to content

Commit

Permalink
Merge pull request #586 from lpsinger/drop-wheel
Browse files Browse the repository at this point in the history
Drop wheel from build system requirements
  • Loading branch information
bmorris3 authored Aug 12, 2024
2 parents 96777b3 + 73acc2e commit f1bd503
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[build-system]
requires = ["setuptools",
"setuptools_scm",
"wheel"]
"setuptools_scm"]
build-backend = 'setuptools.build_meta'

0 comments on commit f1bd503

Please sign in to comment.