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'] )