Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Sep 19, 2019
1 parent 2af6d38 commit 8cb23ad
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 @@ -6,7 +6,7 @@
long_description = f.read()

setup(name='rsp',
version='0.4.0',
version='0.4.1',
description='Rapid SSH Proxy',
url='https://github.com/Snawoot/rsp',
author='Vladislav Yarmak',
Expand All @@ -27,14 +27,14 @@
'wheel>=0.31.0',
'twine>=1.11.0',
],
'uvloop': 'uvloop>=0.11.0',
},
entry_points={
'console_scripts': [
'rsp=rsp.__main__:main',
'rsp-trust=rsp.trust:main',
'rsp-keygen=rsp.keygen:main',
],
'uvloop': 'uvloop>=0.11.0',
},
classifiers=[
"Programming Language :: Python :: 3.5",
Expand Down

0 comments on commit 8cb23ad

Please sign in to comment.