Skip to content

Commit 11ebf8a

Browse files
authored
Setuptools requirement <= 6.0 (#2)
1 parent 2f15553 commit 11ebf8a

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>=45", "setuptools_scm[toml]>=6.2"]
2+
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.0"]
33
build-backend = "setuptools.build_meta"
44

55
# Do not uncomment the line below. We need to be able to override the version via a file, and this

0 commit comments

Comments
 (0)