Skip to content

Commit 6b8c371

Browse files
smarieSylvain MARIE
andauthored
Fixed setuptools version to import pkg_resources. Fixes #381
Co-authored-by: Sylvain MARIE <sylvain.marie@se.com>
1 parent f030486 commit 6b8c371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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>=39.2",
3+
"setuptools>=39.2,<82", # setuptools v82 does not have pkg_resources anymore https://github.com/pypa/setuptools/issues/5174
44
"setuptools_scm",
55
"wheel"
66
]

0 commit comments

Comments
 (0)