mirror of
https://github.com/borgbackup/borg.git
synced 2026-07-15 13:06:55 -04:00
setuptools-scm: be consistent with dash and toml requirement
This commit is contained in:
parent
aa9a4c1416
commit
4fdf38ebcf
1 changed files with 3 additions and 3 deletions
|
|
@ -80,11 +80,11 @@ where = ["src"]
|
|||
"*" = ["*.c", "*.h", "*.pyx"]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=78.1.1", "wheel", "pkgconfig", "Cython>=3.0.3", "setuptools_scm[toml]>=6.2"]
|
||||
requires = ["setuptools>=78.1.1", "wheel", "pkgconfig", "Cython>=3.0.3", "setuptools-scm[toml]"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools_scm]
|
||||
# Make sure we have the same versioning scheme with all setuptools_scm versions, to avoid different autogenerated files.
|
||||
# Make sure we have the same versioning scheme with all setuptools-scm versions, to avoid different autogenerated files.
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015052
|
||||
# https://github.com/borgbackup/borg/issues/6875
|
||||
write_to = "src/borg/_version.py"
|
||||
|
|
@ -172,7 +172,7 @@ module = [
|
|||
ignore_missing_imports = true
|
||||
|
||||
[tool.tox]
|
||||
requires = ["tox>=4.19", "pkgconfig", "cython", "wheel", "setuptools_scm"]
|
||||
requires = ["tox>=4.19", "pkgconfig", "cython", "wheel", "setuptools-scm[toml]"]
|
||||
# Important: when adding/removing Python versions here,
|
||||
# also update the section "Test environments with different FUSE implementations" accordingly.
|
||||
env_list = ["py{311,312,313,314,315}-{none,llfuse,pyfuse3,mfusepy}", "docs", "ruff", "mypy", "bandit"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue