mirror of
https://github.com/mhinz/neovim-remote
synced 2024-11-11 13:10:34 +00:00
PyPI: reupload -> 1.3.1
Somehow I managed to upload an egg for Python3.5 only. I have no idea how that happened. Sorry for any inconveniences!
This commit is contained in:
parent
29f7dcc86b
commit
18c3cf41e5
2
setup.py
2
setup.py
@ -16,7 +16,7 @@ setup(
|
|||||||
install_requires = ['neovim'],
|
install_requires = ['neovim'],
|
||||||
scripts = ['bin/nvr'],
|
scripts = ['bin/nvr'],
|
||||||
packages = [],
|
packages = [],
|
||||||
version = '1.3.0',
|
version = '1.3.1',
|
||||||
license = 'MIT',
|
license = 'MIT',
|
||||||
keywords = 'neovim nvim nvr remote helper',
|
keywords = 'neovim nvim nvr remote helper',
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
Loading…
Reference in New Issue
Block a user