Skip to content

Commit 17eb0f2

Browse files
authored
chore: setuptools_scm update (#637)
1 parent 60c2777 commit 17eb0f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[build-system]
22
requires = [
3-
"setuptools>=42",
3+
"setuptools>=45",
44
"wheel",
5-
"toml",
6-
"setuptools_scm>=4.1.2"
5+
"setuptools_scm[toml]>=4.1.2"
76
]
87
build-backend = "setuptools.build_meta"
98

0 commit comments

Comments
 (0)