Mailjet: include in setup.py

This commit is contained in:
medmunds
2017-07-13 15:45:02 -07:00
parent 54d2fe2513
commit beec6e876a

View File

@@ -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 <medmunds@gmail.com>",
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": [],