Merge pull request #79 from mgorny/wheel

Remove redundant wheel dep from pyproject.toml
master
Andrew Senetar 5 months ago committed by GitHub
commit e59ddcae98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save