docs: update tagline

This commit is contained in:
medmunds
2016-03-14 13:42:56 -07:00
parent fed98b14a8
commit 1a1e5ba1a8
3 changed files with 12 additions and 8 deletions

View File

@@ -1,10 +1,12 @@
Anymail: Multi-ESP transactional email for Django Anymail: Django email backends for Mailgun, Postmark, SendGrid and more
================================================= =======================================================================
**EARLY DEVELOPMENT** **EARLY DEVELOPMENT**
This project is undergoing rapid development to get to a 1.0 release. 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 <https://github.com/anymail/django-anymail/releases>`_
.. This README is reused in multiple places: .. This README is reused in multiple places:
* Github: project page, exactly as it appears here * Github: project page, exactly as it appears here

View File

@@ -1,12 +1,14 @@
Anymail: Multi-ESP transactional email for Django Anymail: Django email backends for Mailgun, Postmark, SendGrid and more
================================================= =======================================================================
Version |release| Version |release|
.. attention:: **EARLY DEVELOPMENT** .. attention:: **EARLY DEVELOPMENT**
This project is undergoing rapid development to get to a 1.0 release. 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 <https://github.com/anymail/django-anymail/releases>`_
If you are switching to Anymail from `Djrill`_, If you are switching to Anymail from `Djrill`_,
see the notes on :ref:`migrating-from-djrill` see the notes on :ref:`migrating-from-djrill`

View File

@@ -23,8 +23,8 @@ with open('README.rst') as f:
setup( setup(
name="django-anymail", name="django-anymail",
version=__version__, version=__version__,
description='Multi-ESP transactional email for Django', description='Django email backends for Mailgun, Postmark, SendGrid and other transactional ESPs',
keywords="django, email, email backend, mailgun, mandrill, postmark, sendgrid", keywords="django, email, email backend, ESP, transactional mail, mailgun, mandrill, postmark, sendgrid",
author="Mike Edmunds <medmunds@gmail.com>", author="Mike Edmunds <medmunds@gmail.com>",
author_email="medmunds@gmail.com", author_email="medmunds@gmail.com",
url="https://github.com/anymail/anymail/", url="https://github.com/anymail/anymail/",