Skip to content

Commit 942b73d

Browse files
committed
Remove cffi dependency and bump version
1 parent 78ff944 commit 942b73d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from setuptools import setup
55

66
install_requires = [
7-
'cffi',
87
'click>=3.0',
98
'msgpack-python>=0.4.0',
109
]
@@ -27,10 +26,10 @@
2726
pass
2827

2928
setup(name='neovim',
30-
version='0.0.26',
29+
version='0.0.27',
3130
description='Python client to neovim',
3231
url='http://github.com/neovim/python-client',
33-
download_url='https://github.com/neovim/python-client/archive/0.0.26.tar.gz',
32+
download_url='https://github.com/neovim/python-client/archive/0.0.27.tar.gz',
3433
author='Thiago de Arruda',
3534
author_email='[email protected]',
3635
license='MIT',

0 commit comments

Comments
 (0)