Skip to content

Commit ed5e50e

Browse files
committed
Update license to Apache.
1 parent 36ba851 commit ed5e50e

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)