Skip to content

Commit 1a1e5ba

Browse files
committed
docs: update tagline
1 parent fed98b1 commit 1a1e5ba

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
Anymail: Multi-ESP transactional email for Django
2-
=================================================
1+
Anymail: Django email backends for Mailgun, Postmark, SendGrid and more
2+
=======================================================================
33

44
**EARLY DEVELOPMENT**
55

66
This project is undergoing rapid development to get to a 1.0 release.
7-
You should expect frequent, possibly-breaking changes until 1.0 alpha.
7+
Before 1.0, minor version bumps might include breaking changes.
8+
Please check the
9+
`release notes <https://github.com/anymail/django-anymail/releases>`_
810

911
.. This README is reused in multiple places:
1012
* Github: project page, exactly as it appears here

docs/index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
Anymail: Multi-ESP transactional email for Django
2-
=================================================
1+
Anymail: Django email backends for Mailgun, Postmark, SendGrid and more
2+
=======================================================================
33

44
Version |release|
55

66
.. attention:: **EARLY DEVELOPMENT**
77

88
This project is undergoing rapid development to get to a 1.0 release.
9-
You should expect frequent, possibly-breaking changes until 1.0 alpha.
9+
Before 1.0, minor version bumps might include breaking changes.
10+
Please check the
11+
`release notes <https://github.com/anymail/django-anymail/releases>`_
1012

1113
If you are switching to Anymail from `Djrill`_,
1214
see the notes on :ref:`migrating-from-djrill`

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def long_description_from_readme(rst):
2323
setup(
2424
name="django-anymail",
2525
version=__version__,
26-
description='Multi-ESP transactional email for Django',
27-
keywords="django, email, email backend, mailgun, mandrill, postmark, sendgrid",
26+
description='Django email backends for Mailgun, Postmark, SendGrid and other transactional ESPs',
27+
keywords="django, email, email backend, ESP, transactional mail, mailgun, mandrill, postmark, sendgrid",
2828
author="Mike Edmunds <[email protected]>",
2929
author_email="[email protected]",
3030
url="https://github.com/anymail/anymail/",

0 commit comments

Comments
 (0)