1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-02 21:25:26 +00:00

relax Cython requirement

0.27 was broken, but it will install the latest release anyway now.
This commit is contained in:
Thomas Waldmann 2022-04-07 19:12:19 +02:00
parent 9642ace953
commit f930fe3f26

View file

@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "pkgconfig", "Cython!=0.27", "setuptools_scm[toml]>=6.2"]
requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]