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:
parent
906962b631
commit
8f820d1f32
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue