Skip to content

Commit

Permalink
setup.cfg improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed May 22, 2024
1 parent d3bf9a3 commit b85e859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Post release

* Add new section 'Unreleased' section at top of CHANGES.rst

* Bump version in mailer/__init__.py (to what it is most likely to be next), and in setup.py
* Bump version in mailer/__init__.py (to what it is most likely to be next)
including ``.dev1``.
9 changes: 2 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
name = django-mailer
version = attr: mailer.__version__
description = A reusable Django app for queuing the sending of email
long_description = ``django-mailer`` is a reusable Django app for queuing the sending of email.
It works by storing email in the database for later sending.
The main reason for doing this is that for many apps, the database will be
much more reliable and faster than other email sending backends which require
3rd party services e.g. SMTP or an HTTP API. By storing and sending later, we can
return succeed immediately, and then attempt actual email sending in the background,
with retries if needed.
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Pinax Team
author_email = developers@pinaxproject.com
url = http://github.com/pinax/django-mailer/
Expand Down

0 comments on commit b85e859

Please sign in to comment.