Skip to content

Commit bd0e40b

Browse files
authored
setuptools base version >=62.*
Can use pyproject.toml to install in editable mode for this version of setuptools (pypa/setuptools#3019 (comment))
1 parent 40c8f8e commit bd0e40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
2+
requires = ["setuptools>=62.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)