Browse Source

setup.py: drop deprecated setup_requires, fixes #6068

We now use pyproject.toml for that.

Also, drop the >=1.7 requirement for setuptools_scm,
that was from 2015 and we assume it is not used any
more anyway.
Thomas Waldmann 1 year ago
parent
commit
5919b63e9a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      setup.py

+ 0 - 1
setup.py

@@ -306,7 +306,6 @@ setup(
     },
     cmdclass=cmdclass,
     ext_modules=ext_modules,
-    setup_requires=['setuptools_scm>=1.7'],
     install_requires=install_requires,
     extras_require=extras_require,
     python_requires='>=3.9',