mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-19 19:31:06 -05:00
Update package metadata and ESP ownership
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -12,19 +12,26 @@ authors = [
|
||||
{name = "Anymail Contributors"},
|
||||
]
|
||||
description = """\
|
||||
Django email backends and webhooks for Amazon SES, Brevo (Sendinblue),
|
||||
MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, Resend,
|
||||
SendGrid, SparkPost and Unisender Go\
|
||||
"""
|
||||
Django email backends and webhooks for Amazon SES, Brevo,
|
||||
MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, Resend,
|
||||
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 = [
|
||||
|
||||
Reference in New Issue
Block a user