Skip to content

Commit e63d9d8

Browse files
committed
Update package metadata and ESP ownership
1 parent 78ccd72 commit e63d9d8

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Anymail currently supports these ESPs:
3030
* **Brevo** (formerly SendinBlue)
3131
* **MailerSend**
3232
* **Mailgun** (Sinch transactional email)
33-
* **Mailjet**
33+
* **Mailjet** (Sinch transactional email)
3434
* **Mandrill** (MailChimp transactional email)
3535
* **Postal** (self-hosted ESP)
3636
* **Postmark** (ActiveCampaign transactional email)

pyproject.toml

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,26 @@ authors = [
1212
{name = "Anymail Contributors"},
1313
]
1414
description = """\
15-
Django email backends and webhooks for Amazon SES, Brevo (Sendinblue),
16-
MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, Resend,
17-
SendGrid, SparkPost and Unisender Go\
18-
"""
15+
Django email backends and webhooks for Amazon SES, Brevo,
16+
MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, Resend,
17+
SendGrid, SparkPost and Unisender Go
18+
(EmailBackend, transactional email tracking and inbound email signals)\
19+
"""
1920
# readme: see tool.hatch.metadata.hooks.custom below
2021
keywords = [
21-
"Django", "email", "email backend",
22-
"ESP", "transactional mail",
23-
"Amazon SES", "Brevo",
24-
"MailerSend", "Mailgun", "Mailjet", "Mandrill",
25-
"Postal", "Postmark",
22+
"Django", "email", "email backend", "EmailBackend",
23+
"ESP", "email service provider", "transactional mail",
24+
"email tracking", "inbound email", "webhook",
25+
"Amazon SES", "AWS SES", "Simple Email Service",
26+
"Brevo", "SendinBlue",
27+
"MailerSend",
28+
"Mailgun", "Mailjet", "Sinch",
29+
"Mandrill", "MailChimp",
30+
"Postal",
31+
"Postmark", "ActiveCampaign",
2632
"Resend",
27-
"SendGrid", "SendinBlue", "SparkPost",
33+
"SendGrid", "Twilio",
34+
"SparkPost", "Bird",
2835
"Unisender Go",
2936
]
3037
classifiers = [

0 commit comments

Comments
 (0)