From beec6e876a6d2b7a009514a48bb3fe89892c6820 Mon Sep 17 00:00:00 2001 From: medmunds Date: Thu, 13 Jul 2017 15:45:02 -0700 Subject: [PATCH] Mailjet: include in setup.py --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cac1281..e7f6581 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,8 @@ with open('README.rst') as f: setup( name="django-anymail", version=__version__, - description='Django email backends for Mailgun, Postmark, SendGrid, SparkPost and other transactional ESPs', - keywords="django, email, email backend, ESP, transactional mail, mailgun, mandrill, postmark, sendgrid", + description='Django email backends for Mailgun, Mailjet, Postmark, SendGrid, SparkPost and other transactional ESPs', + keywords="django, email, email backend, ESP, transactional mail, mailgun, mailjet, mandrill, postmark, sendgrid", author="Mike Edmunds ", author_email="medmunds@gmail.com", url="https://github.com/anymail/django-anymail", @@ -42,6 +42,7 @@ setup( # (e.g., AWS-SES would want boto). # For simplicity, requests is included in the base requirements. "mailgun": [], + "mailjet": [], "mandrill": [], "postmark": [], "sendgrid": [],