mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Add "Amazon SES" to setup.py package description
This commit is contained in:
4
setup.py
4
setup.py
@@ -33,8 +33,8 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
|||||||
setup(
|
setup(
|
||||||
name="django-anymail",
|
name="django-anymail",
|
||||||
version=version,
|
version=version,
|
||||||
description='Django email integration for Mailgun, Mailjet, Postmark, SendGrid, SendinBlue, SparkPost '
|
description='Django email integration for Amazon SES, Mailgun, Mailjet, Postmark, '
|
||||||
'and other transactional ESPs',
|
'SendGrid, SendinBlue, SparkPost and other transactional ESPs',
|
||||||
keywords="Django, email, email backend, ESP, transactional mail, "
|
keywords="Django, email, email backend, ESP, transactional mail, "
|
||||||
"Amazon SES, Mailgun, Mailjet, Mandrill, Postmark, SendinBlue, SendGrid, SparkPost",
|
"Amazon SES, Mailgun, Mailjet, Mandrill, Postmark, SendinBlue, SendGrid, SparkPost",
|
||||||
author="Mike Edmunds and Anymail contributors",
|
author="Mike Edmunds and Anymail contributors",
|
||||||
|
|||||||
Reference in New Issue
Block a user