mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-10 22:24:13 +00:00
require recent setuptools and setuptools_scm
This commit is contained in:
parent
5049817d43
commit
15e847d4d9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[build-system]
|
||||
requires = ["setuptools", "wheel", "pkgconfig", "Cython", "setuptools_scm>=1.7"]
|
||||
requires = ["setuptools>=64", "setuptools_scm>=8", "wheel", "pkgconfig", "Cython"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
|
|
Loading…
Add table
Reference in a new issue