mirror of
https://github.com/arsenetar/send2trash.git
synced 2024-11-14 11:39:03 +00:00
19cf5d941a
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
7 lines
123 B
TOML
7 lines
123 B
TOML
[build-system]
|
|
requires = ["setuptools >= 40.6.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
line-length = 120
|