We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ca924 commit 78bc4c0Copy full SHA for 78bc4c0
setup.py
@@ -31,7 +31,7 @@
31
32
if sys.version_info < (3, 0):
33
# Experimental GUI only supported for Python 2.
34
- extras_require['GUI'] = ['click>=3.0', 'cairo', 'gobject']
+ extras_require['GUI'] = ['click>=3.0', 'pygobject']
35
entry_points['console_scripts'] = ['pynvim=neovim.ui.cli:main [GUI]']
36
37
setup(name='neovim',
0 commit comments