1
0
spogulis no https://github.com/arsenetar/send2trash.git synced 2025-07-09 00:43:20 +00:00

Remove redundant wheel dep from pyproject.toml

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
Šī revīzija ir iekļauta:
Michał Górny 2023-04-27 18:12:32 +02:00
vecāks 0244f53e2e
revīzija 19cf5d941a

Parādīt failu

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