From cd6e14e7efa4bd8ae1c011c59df999a3f3c43fe8 Mon Sep 17 00:00:00 2001 From: Mutchako Date: Mon, 12 Feb 2018 09:48:17 -0500 Subject: [PATCH] Update setup.py Syntax error on install_requires. Unnecessary comma on last statement. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3136f2..ed31090 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,6 @@ setup(name='rdpy', 'service_identity', 'qt4reactor', 'rsa', - 'pyasn1', + 'pyasn1' ], )