Skip to content

Commit 2185d25

Browse files
committed
Add "Amazon SES" to setup.py package description
1 parent 5598c87 commit 2185d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def long_description_from_readme(rst):
3333
setup(
3434
name="django-anymail",
3535
version=version,
36-
description='Django email integration for Mailgun, Mailjet, Postmark, SendGrid, SendinBlue, SparkPost '
37-
'and other transactional ESPs',
36+
description='Django email integration for Amazon SES, Mailgun, Mailjet, Postmark, '
37+
'SendGrid, SendinBlue, SparkPost and other transactional ESPs',
3838
keywords="Django, email, email backend, ESP, transactional mail, "
3939
"Amazon SES, Mailgun, Mailjet, Mandrill, Postmark, SendinBlue, SendGrid, SparkPost",
4040
author="Mike Edmunds and Anymail contributors",

0 commit comments

Comments
 (0)