File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ image] ( https://github.com/python-ls/python-ls/workflows/Linux%20tests/badge.svg )] ( https://github.com/python-ls/python-ls/actions?query=workflow%3A%22Linux+tests%22 ) [ ![ image] ( https://github.com/python-ls/python-ls/workflows/Mac%20tests/badge.svg )] ( https://github.com/python-ls/python-ls/actions?query=workflow%3A%22Mac+tests%22 ) [ ![ image] ( https://github.com/python-ls/python-ls/workflows/Windows%20tests/badge.svg )] ( https://github.com/python-ls/python-ls/actions?query=workflow%3A%22Windows+tests%22 ) [ ![ image] ( https://img.shields.io/github/license/python-ls/python-ls.svg )] ( https://github.com/python-ls/python-ls/blob/master/LICENSE )
4
4
5
- A Python 3.8+ implementation of the [ Language Server Protocol] ( https://github.com/Microsoft/language-server-protocol ) .
6
- (Note: versions <1.4 should still work with Python 3.6)
5
+ A Python 3.9+ implementation of the [ Language Server Protocol] ( https://github.com/Microsoft/language-server-protocol ) .
7
6
8
7
## Installation
9
8
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ name = "python-lsp-server"
10
10
authors = [{name = " Python Language Server Contributors" }]
11
11
description = " Python Language Server for the Language Server Protocol"
12
12
readme = " README.md"
13
- license = {text = " MIT" }
13
+ license = " MIT"
14
+ license-files = [" LICENSE" ]
14
15
requires-python = " >=3.9"
15
16
dependencies = [
16
17
" docstring-to-markdown" ,
@@ -170,7 +171,6 @@ docstring-code-format = false
170
171
docstring-code-line-length = " dynamic"
171
172
172
173
[tool .setuptools ]
173
- license-files = [" LICENSE" ]
174
174
include-package-data = false
175
175
176
176
[tool .setuptools .packages .find ]
You can’t perform that action at this time.
0 commit comments