1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2024-10-21 18:15:57 +00:00

Merge pull request #79 from mgorny/wheel

Remove redundant wheel dep from pyproject.toml
This commit is contained in:
Andrew Senetar 2023-05-03 02:41:22 -05:00 committed by GitHub
commit e59ddcae98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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