Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
onlykey committed May 27, 2022
1 parent b3f1fb6 commit c9f410e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

setup(
name='onlykey-agent',
version='1.1.13',
version='1.1.14',
description='Using OnlyKey as hardware SSH/GPG agent',
author='CryptoTrust',
author_email='[email protected]',
url='http://github.com/trustcrypto/onlykey-agent',
scripts=['onlykey_agent.py'],
install_requires=[
'lib-agent>=1.0.4',
'lib-agent>=1.0.5',
'onlykey>=1.2.8'
],
platforms=['POSIX'],
Expand Down

0 comments on commit c9f410e

Please sign in to comment.