Setup: mention support for Python 3.6

pull/20/merge v1.6.1
Marco Hinz 7 years ago
parent e2a35a4963
commit 53ce66cf98
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

@ -18,7 +18,7 @@ setup(
'console_scripts': ['nvr = nvr.nvr:main']
},
packages = ['nvr'],
version = '1.6.0',
version = '1.6.1',
license = 'MIT',
keywords = 'neovim nvim nvr remote helper',
classifiers = [
@ -28,10 +28,9 @@ setup(
'Intended Audience :: End Users/Desktop',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)

Loading…
Cancel
Save