From 4b2d8a8e518ee4d4f0b3c7fdc2eedf7710ac0aec Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sat, 15 Mar 2014 10:28:04 +1100 Subject: [PATCH] BF: include test data --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 1ce579705..f430f5710 100755 --- a/setup.py +++ b/setup.py @@ -111,6 +111,12 @@ setup( 'fail2ban.tests': [ join(w[0], f).replace("fail2ban/tests/", "", 1) for w in os.walk('fail2ban/tests/files') + for f in w[2]] + + [ join(w[0], f).replace("fail2ban/tests/", "", 1) + for w in os.walk('fail2ban/tests/config') + for f in w[2]] + + [ join(w[0], f).replace("fail2ban/tests/", "", 1) + for w in os.walk('fail2ban/tests/action_d') for f in w[2]] }, data_files = [