From e63d9d850ff7c67b4f632e96afc15e702b83d966 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Thu, 11 Jul 2024 11:40:37 -0700 Subject: [PATCH] Update package metadata and ESP ownership --- README.rst | 2 +- pyproject.toml | 27 +++++++++++++++++---------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index 00812c0..8daf0ee 100644 --- a/README.rst +++ b/README.rst @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 2d2716e..be9ef7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [