File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ and more:
3030
3131|
3232
33- Documentation: `python-emails.readthedocs.org < http ://python-emails.readthedocs.org / >`_
33+ Documentation: `python-emails.readthedocs.io < https ://python-emails.readthedocs.io / >`_
3434
3535Flask extension: `flask-emails <https://github.com/lavr/flask-emails >`_
3636
@@ -43,5 +43,3 @@ Flask extension: `flask-emails <https://github.com/lavr/flask-emails>`_
4343.. image :: https://img.shields.io/pypi/v/emails.svg
4444 :target: https://pypi.python.org/pypi/emails
4545
46- .. image :: https://coveralls.io/repos/lavr/python-emails/badge.svg?branch=master
47- :target: https://coveralls.io/r/lavr/python-emails?branch=master
Original file line number Diff line number Diff line change 5151
5252# General information about the project.
5353project = u'python-emails'
54- copyright = u'2015, Sergey Lavrinenko'
54+ copyright = u'2015-2026 , Sergey Lavrinenko'
5555
5656# The version info for the project you're documenting, acts as replacement for
5757# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change @@ -6,12 +6,4 @@ Install from pypi:
66
77.. code-block :: bash
88
9- $ [sudo] pip install emails
10-
11- Install on Ubuntu from PPA:
12-
13- .. code-block :: bash
14-
15- $ [sudo] add-apt-repository ppa:lavrme/python-emails-ppa
16- $ [sudo] apt-get update
17- $ [sudo] apt-get install python-emails
9+ $ pip install emails
Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ There are plenty other python email-around libraries that may fit your needs:
66
77 - `premailer <https://github.com/peterbe/premailer >`_
88 - `flask-mail <https://github.com/mattupstate/flask-mail >`_
9- - `pyzmail <http://www.magiksys.net/pyzmail/ >`_
109 - `marrow.mailer <https://github.com/marrow/marrow.mailer >`_
Original file line number Diff line number Diff line change 44
55- Documentation
66- Increase test coverage
7- - Feature: load message from rfc2822
87- Feature: export message to directory or zipfile
9- - Distribution: deb package (`debianization example <https://github.com/lavr/python-emails-debian/ >`_)
10- - Distribution: rpm package
11- - Other: Flask extension
128- Feature: ESP integration - Amazon SES, SendGrid, ...
Original file line number Diff line number Diff line change 3030Links
3131`````
3232
33- * `documentation <http ://python-emails.readthedocs.org />`_
34- * `source code <http ://github.com/lavr/python-emails>`_
33+ * `documentation <https ://python-emails.readthedocs.io />`_
34+ * `source code <https ://github.com/lavr/python-emails>`_
3535
3636"""
3737
4141__version__ = '0.6'
4242__author__ = 'Sergey Lavrinenko'
4343__license__ = 'Apache 2.0'
44- __copyright__ = 'Copyright 2013-2019 Sergey Lavrinenko'
44+ __copyright__ = 'Copyright 2013-2026 Sergey Lavrinenko'
4545
4646USER_AGENT = 'python-emails/%s' % __version__
4747
Load diff This file was deleted.
Original file line number Diff line number Diff line change 3232Links
3333`````
3434
35- * `documentation <http ://python-emails.readthedocs.org />`_
36- * `source code <http ://github.com/lavr/python-emails>`_
35+ * `documentation <https ://python-emails.readthedocs.io />`_
36+ * `source code <https ://github.com/lavr/python-emails>`_
3737
3838"""
3939
@@ -111,7 +111,7 @@ def find_version(*file_paths):
111111 version = find_version ('emails/__init__.py' ),
112112 description = 'Modern python library for emails.' ,
113113 long_description = __doc__ ,
114- long_description_content_type = 'text/markdown ' ,
114+ long_description_content_type = 'text/x-rst ' ,
115115 author = 'Sergey Lavrinenko' ,
116116 author_email = 's@lavr.me' ,
117117 url = 'https://github.com/lavr/python-emails' ,
You can’t perform that action at this time.
0 commit comments