Skip to content

Commit

Permalink
Merge pull request #79 from ska-sa/remove-wheel
Browse files Browse the repository at this point in the history
Remove wheel from build-system.requires
  • Loading branch information
bmerry committed Sep 18, 2023
2 parents 7454d73 + 9fba36d commit e52ef57
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", "katversion", "setuptools_scm"]
requires = ["setuptools", "katversion", "setuptools_scm"]

[tool.isort]
profile = "black"
Expand Down

0 comments on commit e52ef57

Please sign in to comment.