Skip to content

Commit da19a36

Browse files
Trooper-XLarsAsplund
authored andcommitted
Restrict setuptools to pre-82.
Restrict setup tools to pre-82, as the deprecated pkg_resources is still used.
1 parent 1d9f0bd commit da19a36

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,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools >= 35.0.2",
3+
"setuptools >= 35.0.2, <82.0.0",
44
"setuptools_scm >= 2.0.0, <3"
55
]
66
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)