diff --git a/README.rst b/README.rst index 02e50a4..227eaed 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,12 @@ -Anymail: Multi-ESP transactional email for Django -================================================= +Anymail: Django email backends for Mailgun, Postmark, SendGrid and more +======================================================================= **EARLY DEVELOPMENT** This project is undergoing rapid development to get to a 1.0 release. - You should expect frequent, possibly-breaking changes until 1.0 alpha. + Before 1.0, minor version bumps might include breaking changes. + Please check the + `release notes `_ .. This README is reused in multiple places: * Github: project page, exactly as it appears here diff --git a/docs/index.rst b/docs/index.rst index f9d5aa2..42d3883 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,12 +1,14 @@ -Anymail: Multi-ESP transactional email for Django -================================================= +Anymail: Django email backends for Mailgun, Postmark, SendGrid and more +======================================================================= Version |release| .. attention:: **EARLY DEVELOPMENT** This project is undergoing rapid development to get to a 1.0 release. - You should expect frequent, possibly-breaking changes until 1.0 alpha. + Before 1.0, minor version bumps might include breaking changes. + Please check the + `release notes `_ If you are switching to Anymail from `Djrill`_, see the notes on :ref:`migrating-from-djrill` diff --git a/setup.py b/setup.py index 06a17cc..e1c9436 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,8 @@ with open('README.rst') as f: setup( name="django-anymail", version=__version__, - description='Multi-ESP transactional email for Django', - keywords="django, email, email backend, mailgun, mandrill, postmark, sendgrid", + description='Django email backends for Mailgun, Postmark, SendGrid and other transactional ESPs', + keywords="django, email, email backend, ESP, transactional mail, mailgun, mandrill, postmark, sendgrid", author="Mike Edmunds ", author_email="medmunds@gmail.com", url="https://github.com/anymail/anymail/",