1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-03 13:45:31 +00:00

add wheel to build-system requirements

This commit is contained in:
Thomas Waldmann 2023-09-25 15:34:44 +02:00
parent 906962b631
commit 8f820d1f32
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm>=1.7,<8"]
requires = ["setuptools", "wheel", "pkgconfig", "Cython", "setuptools_scm>=1.7,<8"]
build-backend = "setuptools.build_meta"