add wheel to build-system requirements

This commit is contained in:
Thomas Waldmann 2023-05-19 22:48:31 +02:00
parent 1175fbcfd9
commit c4327c2819
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ borg = "borg.archiver:main"
borgfs = "borg.archiver:main"
[build-system]
requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm[toml]>=6.2"]
requires = ["setuptools", "wheel", "pkgconfig", "Cython", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]