
The setuptools-scm dependency in setup.cfg did not have a version specified, leading to the issues described in #2449 after a faulty release of setuptools-scm was published. To avoid this issue in the future, the last version before that faulty update is now pinned. Commit history before merge: * Pin setuptools-scm dependency version (#2449) * Update CHANGES.md * Let's pin in pyproject.toml too Mostly since it's non-build-backend specific configuration and more widely standardized file. Not sure what benefits pinning in setup.cfg gives us on top of pyproject.toml but I'd rather not find out during the release that is supposed to happen today 😉 Co-authored-by: FiNs <24248249+FabianNiehaus@users.noreply.github.com>
4 lines
51 B
INI
4 lines
51 B
INI
[options]
|
|
setup_requires =
|
|
setuptools_scm~=6.0.1
|