ENH+TST: Move fail2ban-* scripts to bin/

This commit is contained in:
Steven Hiscocks
2013-04-01 19:06:13 +01:00
parent e3bd2042eb
commit a153653a27
9 changed files with 19 additions and 14 deletions

View File

@@ -47,10 +47,10 @@ setup(
license = "GPL",
platforms = "Posix",
scripts = [
'fail2ban-client',
'fail2ban-server',
'fail2ban-regex',
'fail2ban-testcases',
'bin/fail2ban-client',
'bin/fail2ban-server',
'bin/fail2ban-regex',
'bin/fail2ban-testcases',
],
packages = [
'fail2ban',