We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup.py
1 parent 85afa3c commit 682ceddCopy full SHA for 682cedd
setup.py
@@ -37,6 +37,8 @@ def get_version(module='pylsp'):
37
name='python-lsp-server',
38
version=get_version(),
39
description='Python Language Server for the Language Server Protocol',
40
+ license="MIT",
41
+ license_file="LICENSE",
42
long_description=README,
43
long_description_content_type='text/markdown',
44
url='https://github.com/python-lsp/python-lsp-server',
0 commit comments