Skip to content

Commit 1c97c6d

Browse files
authored
Add license info to setup.py so it will show up in wheel installs. (#9)
1 parent a6b7b28 commit 1c97c6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ def get_version(module='pylsp_jsonrpc'):
3030
name='python-lsp-jsonrpc',
3131
version=get_version(),
3232
description='JSON RPC 2.0 server library',
33+
license="MIT",
34+
license_file="LICENSE",
3335
long_description=README,
3436
long_description_content_type='text/markdown',
3537
url='https://github.com/python-lsp/python-lsp-jsonrpc',

0 commit comments

Comments
 (0)