Skip to content

Commit 27075dc

Browse files
committed
Add license info to setup.py so it will show up in wheel installs.
1 parent 85afa3c commit 27075dc

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
@@ -37,6 +37,8 @@ def get_version(module='pylsp'):
3737
name='python-lsp-server',
3838
version=get_version(),
3939
description='Python Language Server for the Language Server Protocol',
40+
license="MIT",
41+
license_file="LICENSE"
4042
long_description=README,
4143
long_description_content_type='text/markdown',
4244
url='https://github.com/python-lsp/python-lsp-server',

0 commit comments

Comments
 (0)