Skip to content

Commit 7360cd8

Browse files
authored
Remove redundant wheel dep from pyproject.toml (#23)
1 parent 73e028f commit 7360cd8

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
@@ -2,7 +2,7 @@
22
# Copyright 2021- Python Language Server Contributors.
33

44
[build-system]
5-
requires = ["setuptools>=61.2.0", "wheel", "setuptools_scm[toml]>=3.4.3"]
5+
requires = ["setuptools>=61.2.0", "setuptools_scm[toml]>=3.4.3"]
66
build-backend = "setuptools.build_meta"
77

88
[project]

0 commit comments

Comments
 (0)