Skip to content

Commit 7428bed

Browse files
build: Require setuptools v42.0.0+ for stability (#1783)
* setuptools releases prior to v42.0.0 had stability issues with pyproject.toml or didn't support PEP 517 and so couldn't support pyproject.toml. - c.f. https://www.python.org/dev/peps/pep-0517/ Co-authored-by: Henry Schreiner <[email protected]>
1 parent 3691236 commit 7428bed

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
# Minimum requirements for the build system to execute.
3-
requires = ["wheel", "setuptools>=30.3.0", "attrs>=17.1", "setuptools_scm[toml]>=3.4"]
3+
requires = ["wheel", "setuptools>=42.0.0", "attrs>=17.1", "setuptools_scm[toml]>=3.4"]
44
build-backend = "setuptools.build_meta"
55

66
[tool.setuptools_scm]

0 commit comments

Comments
 (0)