Skip to content

Commit e77721b

Browse files
committed
Merge pull request #102 from bcho/fix/setup-license
Update license to Apache.
2 parents 36ba851 + ed5e50e commit e77721b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
download_url='https://github.com/neovim/python-client/archive/0.0.32.tar.gz',
3333
author='Thiago de Arruda',
3434
author_email='[email protected]',
35-
license='MIT',
35+
license='Apache',
3636
packages=['neovim', 'neovim.api', 'neovim.msgpack_rpc', 'neovim.ui',
3737
'neovim.msgpack_rpc.event_loop', 'neovim.plugin'],
3838
install_requires=install_requires,

0 commit comments

Comments
 (0)