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

Remove the redundant `wheel` dependency, as it is added by the backend
automatically.  Listing it explicitly in the documentation was
a historical mistake and has been fixed since, see:
f7d30a9529

---------

Co-authored-by: Ashley Whetter <ashley@awhetter.co.uk>
markdown
Michał Górny 1 year ago committed by GitHub
parent 336f52e2e9
commit 0ec649a555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
Remove redundant dependency on wheel

@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=46.4.0", "wheel"]
requires = ["setuptools>=46.4.0"]
build-backend = "setuptools.build_meta"
[[tool.mypy.overrides]]

Loading…
Cancel
Save