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
1 changed files with 1 additions and 1 deletions

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]