Skip to content

Commit 8cb23ad

Browse files
committed
fix
1 parent 2af6d38 commit 8cb23ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description = f.read()
77

88
setup(name='rsp',
9-
version='0.4.0',
9+
version='0.4.1',
1010
description='Rapid SSH Proxy',
1111
url='https://github.com/Snawoot/rsp',
1212
author='Vladislav Yarmak',
@@ -27,14 +27,14 @@
2727
'wheel>=0.31.0',
2828
'twine>=1.11.0',
2929
],
30+
'uvloop': 'uvloop>=0.11.0',
3031
},
3132
entry_points={
3233
'console_scripts': [
3334
'rsp=rsp.__main__:main',
3435
'rsp-trust=rsp.trust:main',
3536
'rsp-keygen=rsp.keygen:main',
3637
],
37-
'uvloop': 'uvloop>=0.11.0',
3838
},
3939
classifiers=[
4040
"Programming Language :: Python :: 3.5",

0 commit comments

Comments
 (0)