BF: include test data

pull/1015/head
Daniel Black 2014-03-15 10:28:04 +11:00
parent bc86e80e72
commit 4b2d8a8e51
1 changed files with 6 additions and 0 deletions

View File

@ -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 = [