mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
docs: update tagline
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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`
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -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/",
|
||||||
|
|||||||
Reference in New Issue
Block a user