From f22ad2843c2ad08b6f18026aa62f3f45cd2fb84c Mon Sep 17 00:00:00 2001 From: Kenneth Love Date: Tue, 28 Feb 2012 16:37:19 -0800 Subject: [PATCH] setup --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5e8e68a..94a8d03 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ from setuptools import setup setup( name="djrill", version="0.1.0", - description='', - long_description='', + description='Django email backend for Mandrill.', + long_description='Email backend and new message class to send emails through the Mandrill email service.', keywords="django, mailchimp, mandrill, email, email backend", author="Kenneth Love , Chris Jones ", author_email="kenneth@brack3t.com",