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(
|
setup(
|
||||||
name="django-anymail",
|
name="django-anymail",
|
||||||
version=__version__,
|
version=__version__,
|
||||||
description='Django email backends for Mailgun, Postmark, SendGrid, SparkPost and other transactional ESPs',
|
description='Django email backends for Mailgun, Mailjet, Postmark, SendGrid, SparkPost and other transactional ESPs',
|
||||||
keywords="django, email, email backend, ESP, transactional mail, mailgun, mandrill, postmark, sendgrid",
|
keywords="django, email, email backend, ESP, transactional mail, mailgun, mailjet, mandrill, postmark, sendgrid",
|
||||||
author="Mike Edmunds <medmunds@gmail.com>",
|
author="Mike Edmunds <medmunds@gmail.com>",
|
||||||
author_email="medmunds@gmail.com",
|
author_email="medmunds@gmail.com",
|
||||||
url="https://github.com/anymail/django-anymail",
|
url="https://github.com/anymail/django-anymail",
|
||||||
@@ -42,6 +42,7 @@ setup(
|
|||||||
# (e.g., AWS-SES would want boto).
|
# (e.g., AWS-SES would want boto).
|
||||||
# For simplicity, requests is included in the base requirements.
|
# For simplicity, requests is included in the base requirements.
|
||||||
"mailgun": [],
|
"mailgun": [],
|
||||||
|
"mailjet": [],
|
||||||
"mandrill": [],
|
"mandrill": [],
|
||||||
"postmark": [],
|
"postmark": [],
|
||||||
"sendgrid": [],
|
"sendgrid": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user