8000
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.
1 parent a6b7b28 commit 1c97c6dCopy full SHA for 1c97c6d
setup.py
@@ -30,6 +30,8 @@ def get_version(module='pylsp_jsonrpc'):
30
name='python-lsp-jsonrpc',
31
version=get_version(),
32
description='JSON RPC 2.0 server library',
33
+ license="MIT",
34
+ license_file="LICENSE",
35
long_description=README,
36
long_description_content_type='text/markdown',
37
url='https://github.com/python-lsp/python-lsp-jsonrpc',
0 commit comments