From ebccfea6cbb8d6ecca70e52617031d2099c83cf3 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Thu, 7 Jul 2005 16:57:05 +0000 Subject: [PATCH] - Added new fail2ban binary git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_5@123 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- MANIFEST | 1 + setup.py | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/MANIFEST b/MANIFEST index 3da375cc..0be0cc71 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4,6 +4,7 @@ TODO setup.cfg setup.py version.py +fail2ban fail2ban.py firewall/__init__.py firewall/firewall.py diff --git a/setup.py b/setup.py index eee601bc..d4ea5dd5 100755 --- a/setup.py +++ b/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'] )