From 4a245c6eefb2896da1123690d5ec896afe01956c Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Tue, 9 Oct 2012 07:31:31 -0700 Subject: [PATCH] Updating setuptools description. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21567aa..013a345 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='django-mailbox', version='1.2', url='http://bitbucket.org/latestrevision/django-mailbox/', - description='Automatically import mail from POP3, IMAP, or a local mailbox into Django', + description='Import mail from POP3, IMAP, local mailboxes or directly from Postfix or Exim4 into your Django application automatically.', author='Adam Coddington', author_email='me@adamcoddington.net', classifiers=[