mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 06:31:29 +00:00
Add trailing comma back to list
This commit is contained in:
parent
af078532ac
commit
38415d2cf1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -96,7 +96,7 @@ setup(
|
|||
'bin/fail2ban-client',
|
||||
'bin/fail2ban-server',
|
||||
'bin/fail2ban-regex',
|
||||
'bin/fail2ban-testcases'
|
||||
'bin/fail2ban-testcases',
|
||||
],
|
||||
packages = [
|
||||
'fail2ban',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue