From 38415d2cf185628ebe40814283461bc07e76ebe1 Mon Sep 17 00:00:00 2001 From: Lee Clemens Date: Mon, 2 Feb 2015 11:29:27 -0500 Subject: [PATCH] Add trailing comma back to list --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6970eff5..5f497a3e4 100755 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ setup( 'bin/fail2ban-client', 'bin/fail2ban-server', 'bin/fail2ban-regex', - 'bin/fail2ban-testcases' + 'bin/fail2ban-testcases', ], packages = [ 'fail2ban',