Selaa lähdekoodia

require recent setuptools and setuptools_scm

Thomas Waldmann 1 vuosi sitten
vanhempi
sitoutus
15e847d4d9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -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]