Skip to content

Commit 988a8b6

Browse files
committed
fix: Constraint setuptools to resolve pkg_resources error
This is a temporary fix until we rewrite the project.
1 parent fee61c3 commit 988a8b6

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
@@ -236,6 +236,6 @@ addopts = ["--ignore-glob=quickstart*", "--doctest-modules"]
236236
# build-system -----------------------------------------------------------------
237237
[build-system]
238238
build-backend = "setuptools.build_meta"
239-
requires = ["setuptools", "setuptools_scm[toml]>=6.2,<10"]
239+
requires = ["setuptools<82", "setuptools_scm[toml]>=6.2,<10"]
240240

241241
# vim: tw=80

0 commit comments

Comments
 (0)