Skip to content
Snippets Groups Projects
Commit b8576030 authored by Laurens Oostwegel's avatar Laurens Oostwegel
Browse files

Hotfix: Set setuptools version to 7 to fix the __version__.py linter error

parent 186b3a17
Tags
1 merge request!108Resolve "[Hotfix]: Temporarily use Setuptools<8.0.0 until issues are resolved with flake8"
Pipeline #67741 passed
# pyproject.toml
[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2, <8"]
[tool.setuptools_scm]
write_to = "exposurelib/__version__.py"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment