Add "Amazon SES" to setup.py package description

This commit is contained in:
medmunds
2018-04-11 11:50:45 -07:00
parent 5598c87e62
commit 2185d25301

View File

@@ -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",