Update package metadata and ESP ownership

This commit is contained in:
Mike Edmunds
2024-07-11 11:40:37 -07:00
parent 78ccd72fbe
commit e63d9d850f
2 changed files with 18 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ Anymail currently supports these ESPs:
* **Brevo** (formerly SendinBlue)
* **MailerSend**
* **Mailgun** (Sinch transactional email)
* **Mailjet**
* **Mailjet** (Sinch transactional email)
* **Mandrill** (MailChimp transactional email)
* **Postal** (self-hosted ESP)
* **Postmark** (ActiveCampaign transactional email)

View File

@@ -12,19 +12,26 @@ authors = [
{name = "Anymail Contributors"},
]
description = """\
Django email backends and webhooks for Amazon SES, Brevo (Sendinblue),
Django email backends and webhooks for Amazon SES, Brevo,
MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, Resend,
SendGrid, SparkPost and Unisender Go\
"""
SendGrid, SparkPost and Unisender Go
(EmailBackend, transactional email tracking and inbound email signals)\
"""
# readme: see tool.hatch.metadata.hooks.custom below
keywords = [
"Django", "email", "email backend",
"ESP", "transactional mail",
"Amazon SES", "Brevo",
"MailerSend", "Mailgun", "Mailjet", "Mandrill",
"Postal", "Postmark",
"Django", "email", "email backend", "EmailBackend",
"ESP", "email service provider", "transactional mail",
"email tracking", "inbound email", "webhook",
"Amazon SES", "AWS SES", "Simple Email Service",
"Brevo", "SendinBlue",
"MailerSend",
"Mailgun", "Mailjet", "Sinch",
"Mandrill", "MailChimp",
"Postal",
"Postmark", "ActiveCampaign",
"Resend",
"SendGrid", "SendinBlue", "SparkPost",
"SendGrid", "Twilio",
"SparkPost", "Bird",
"Unisender Go",
]
classifiers = [