Rename package to "nvr"

pull/20/merge
Marco Hinz 7 years ago
parent aa84e9369f
commit aee0fa049c
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

@ -15,9 +15,9 @@ setup(
long_description = long_description,
install_requires = ['neovim', 'psutil'],
entry_points = {
'console_scripts': ['nvr = bin.nvr:main']
'console_scripts': ['nvr = nvr.nvr:main']
},
packages = ['bin'],
packages = ['nvr'],
version = '1.6.0',
license = 'MIT',
keywords = 'neovim nvim nvr remote helper',

Loading…
Cancel
Save