Skip to content

Commit 55b1947

Browse files
committed
fix: Constraint setuptools to resolve pkg_resources error
This is a temporary fix until we rewrite the project.
1 parent 96046ee commit 55b1947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,6 @@ addopts = ["--ignore-glob=quickstart*", "--doctest-modules"]
234234
# build-system -----------------------------------------------------------------
235235
[build-system]
236236
build-backend = "setuptools.build_meta"
237-
requires = ["setuptools", "setuptools_scm[toml]>=6.2,<10"]
237+
requires = ["setuptools<82", "setuptools_scm[toml]>=6.2,<10"]
238238

239239
# vim: tw=80

0 commit comments

Comments
 (0)