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.
This commit is contained in:
Thomas Waldmann 2023-12-23 20:40:26 +01:00
parent 121c870242
commit 5919b63e9a
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 0 additions and 1 deletions

View File

@ -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',