Bump 'trezor_agent' version: 0.10.0 → 0.11.0

This commit is contained in:
Roman Zeyde
2020-04-17 14:40:34 +03:00
parent 18c80b4cca
commit 8c22e5030b

View File

@@ -3,14 +3,14 @@ from setuptools import setup
setup(
name='trezor_agent',
version='0.10.0',
version='0.11.0',
description='Using Trezor as hardware SSH/GPG agent',
author='Roman Zeyde',
author_email='roman.zeyde@gmail.com',
url='http://github.com/romanz/trezor-agent',
scripts=['trezor_agent.py'],
install_requires=[
'libagent>=0.13.0',
'libagent>=0.14.0',
'trezor[hidapi]>=0.12.0,<0.13'
],
platforms=['POSIX'],
@@ -24,6 +24,8 @@ setup(
'Operating System :: POSIX',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Networking',
'Topic :: Communications',