mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
SendinBlue: update docs, readme, setup, Travis config
* Flesh out SendinBlue docs, add a readme mention * Stop trying to list all the supported ESPs in the project short description and similar headlines -- it was becoming unwieldy. * Support `pip install django-anymail[sendinblue]` and use it in Travis tests (for consistency; SendinBlue doesn't require any extra packages)
This commit is contained in:
6
setup.py
6
setup.py
@@ -33,9 +33,10 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
||||
setup(
|
||||
name="django-anymail",
|
||||
version=version,
|
||||
description='Django email backends for Mailgun, Mailjet, Postmark, SendGrid, SparkPost '
|
||||
description='Django email integration for Mailgun, Mailjet, Postmark, SendGrid, SendinBlue, SparkPost '
|
||||
'and other transactional ESPs',
|
||||
keywords="django, email, email backend, ESP, transactional mail, mailgun, mailjet, mandrill, postmark, sendgrid",
|
||||
keywords="Django, email, email backend, ESP, transactional mail, "
|
||||
"Mailgun, Mailjet, Mandrill, Postmark, SendinBlue, SendGrid, SparkPost",
|
||||
author="Mike Edmunds and Anymail contributors",
|
||||
author_email="medmunds@gmail.com",
|
||||
url="https://github.com/anymail/django-anymail",
|
||||
@@ -52,6 +53,7 @@ setup(
|
||||
"mandrill": [],
|
||||
"postmark": [],
|
||||
"sendgrid": [],
|
||||
"sendinblue": [],
|
||||
"sparkpost": ["sparkpost"],
|
||||
},
|
||||
include_package_data=True,
|
||||
|
||||
Reference in New Issue
Block a user