소스 검색

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 년 전
부모
커밋
5919b63e9a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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',