Skip to content

Commit

Permalink
setup.py: drop deprecated setup_requires, fixes #6068
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ThomasWaldmann committed Dec 24, 2023
1 parent 121c870 commit f867528
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ def members_appended(*ds):
},
cmdclass=cmdclass,
ext_modules=ext_modules,
setup_requires=['setuptools_scm>=1.7'],
install_requires=install_requires,
extras_require=extras_require,
python_requires='>=3.9',
Expand Down

0 comments on commit f867528

Please sign in to comment.