8000 Remove redundant wheel dep from pyproject.toml (#242) · Corentin-pro/python-lsp-server@58249bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 58249bb

Browse files
authored
Remove redundant wheel dep from pyproject.toml (python-lsp#242)
1 parent 1f8efdb commit 58249bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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)
0