mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 15:57:15 +00:00
add wheel to build-system requirements
This commit is contained in:
parent
1175fbcfd9
commit
c4327c2819
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue