Skip to content

Commit 57f5f40

Browse files
Pin version of setuptools to older one for our build system
Since version 69.3.0 the names of the produced build artifacts changes, but we prefer to keep the old names for compatibility.
1 parent 8e94a70 commit 57f5f40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
[build-system]
99
requires = [
1010
# Require versions that support our license files
11-
'setuptools >= 42.0.0',
11+
# but produce the same names for artifacts as we always had.
12+
'setuptools == 69.2.0',
1213
'wheel >= 0.32.0',
1314
]
1415
build-backend = 'setuptools.build_meta'

0 commit comments

Comments
 (0)