Skip to content

Commit e1e2130

Browse files
committed
Avoid setuptools 84.0.0 due to permission bug
Upstream bug: pypa/setuptools#5296 (cherry picked from commit 7b356ed)
1 parent f080dfd commit e1e2130

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
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "setuptools_scm>=8.1"]
2+
requires = ["setuptools<84.0.0", "setuptools_scm>=8.1"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)