mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Mailjet: include in setup.py
This commit is contained in:
5
setup.py
5
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 <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": [],
|
||||
|
||||
Reference in New Issue
Block a user