Skip to content

Commit 34804ac

Browse files
authored
Move to pylsp
Switch dependency to pylsp instead of the unmaintained pyls.
1 parent 2ca10aa commit 34804ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ classifiers =
1414

1515
[options]
1616
packages = find:
17-
install_requires = python-language-server; black>=19.3b0; toml
17+
install_requires = python-lsp-server; black>=19.3b0; toml
1818
python_requires = >= 3.6
1919

2020
[options.entry_points]

0 commit comments

Comments
 (0)