Remove redundant wheel dep from pyproject.toml (#5832)

This commit is contained in:
Michał Górny 2023-01-11 21:44:34 +01:00 committed by GitHub
parent a12a10efa3
commit c5a65448f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]
build-backend = "setuptools.build_meta"
requires = ["setuptools >= 40.6.0"]
build-backend = "setuptools.build_meta"