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) * **Brevo** (formerly SendinBlue)
* **MailerSend** * **MailerSend**
* **Mailgun** (Sinch transactional email) * **Mailgun** (Sinch transactional email)
* **Mailjet** * **Mailjet** (Sinch transactional email)
* **Mandrill** (MailChimp transactional email) * **Mandrill** (MailChimp transactional email)
* **Postal** (self-hosted ESP) * **Postal** (self-hosted ESP)
* **Postmark** (ActiveCampaign transactional email) * **Postmark** (ActiveCampaign transactional email)

View File

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