Skip to content

Commit 8de24a8

Browse files
authored
build system: remove toml & wheel deps (#78)
1 parent 4588e58 commit 8de24a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools>=42",
4-
"wheel",
5-
"setuptools_scm[toml]>=7.0",
4+
"setuptools_scm>=7.0",
65
]
76
build-backend = "setuptools.build_meta"
87

0 commit comments

Comments
 (0)