summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCyril Jaquier <cyril.jaquier@fail2ban.org>2005-03-31 15:52:02 +0000
committerCyril Jaquier <cyril.jaquier@fail2ban.org>2005-03-31 15:52:02 +0000
commit04ae381215c87789a577e4fdbb90ee7ea137673a (patch)
tree7fc86c423321b5d95a7725977a74bd6f1ef0d4cf /setup.py
parent35e12b9ef32308db889736dcd665c617f36cc021 (diff)
downloadfail2ban-04ae381215c87789a577e4fdbb90ee7ea137673a.tar.gz
- Prepared for 0.3.1 release
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@98 a942ae1a-1317-0410-a47c-b1dcaea8d605
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b2bc7908..eee601bc 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ from version import version
setup(
name = "fail2ban",
version = version,
- description = "Ban IPs that make too much password failure",
+ 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",