Drop wheel from build requires

Not usually needed anymore
This commit is contained in:
James R. Barlow
2024-08-28 01:31:56 -07:00
parent bb4c47e707
commit b38cac6931
+1 -1
View File
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2022 James R. Barlow
# SPDX-License-Identifier: MPL-2.0
[build-system]
requires = ["setuptools >= 61", "setuptools_scm[toml] >= 7.0.5", "wheel"]
requires = ["setuptools >= 61", "setuptools_scm[toml] >= 7.0.5"]
build-backend = "setuptools.build_meta"
[project]