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": [],