BF: Added test filter.d files to setup.py package data

pull/165/head
Steven Hiscocks 2013-04-06 10:20:53 +01:00
parent c4bdc48edb
commit 3a16ceed0a
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ setup(
'fail2ban.tests',
],
package_data = {
'fail2ban.tests': ['files/*.log'],
'fail2ban.tests':
['files/*.log', 'files/filter.d/*.conf'],
},
data_files = [
('/etc/fail2ban',