mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-01 12:09:10 +00:00
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:
parent
121c870242
commit
5919b63e9a
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue