mirror of https://github.com/fail2ban/fail2ban
- Added new fail2ban binary
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_5@123 a942ae1a-1317-0410-a47c-b1dcaea8d6050.5
parent
5595ffcac7
commit
ebccfea6cb
1
MANIFEST
1
MANIFEST
|
@ -4,6 +4,7 @@ TODO
|
|||
setup.cfg
|
||||
setup.py
|
||||
version.py
|
||||
fail2ban
|
||||
fail2ban.py
|
||||
firewall/__init__.py
|
||||
firewall/firewall.py
|
||||
|
|
6
setup.py
6
setup.py
|
@ -35,8 +35,8 @@ setup(
|
|||
description = "Ban IPs that make too many password failure",
|
||||
author = "Cyril Jaquier",
|
||||
author_email = "lostcontrol@users.sourceforge.net",
|
||||
url = "http://www.sourceforge.net/projects/fail2ban",
|
||||
scripts = ['fail2ban.py'],
|
||||
py_modules = ['version'],
|
||||
url = "http://fail2ban.sourceforge.net",
|
||||
scripts = ['fail2ban'],
|
||||
py_modules = ['fail2ban', 'version'],
|
||||
packages = ['firewall', 'logreader', 'confreader', 'utils']
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue