1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
From: Dale Richards <dale@dalerichards.net>
Date: Sun, 31 Dec 2023 16:02:14 +0000
Subject: Remove web images for privacy
Forwarded: not-needed
---
README.rst | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/README.rst b/README.rst
index b8dddb1..488ef59 100644
--- a/README.rst
+++ b/README.rst
@@ -1,10 +1,6 @@
aiosmtplib
==========
-|circleci| |precommit.ci| |codecov| |zero-deps| |pypi-version| |downloads| |pypi-license|
-
-------------
-
aiosmtplib is an asynchronous SMTP client for use with asyncio.
For documentation, see `Read The Docs`_.
@@ -59,24 +55,4 @@ Bug reports (and feature requests) are welcome via `Github issues`_.
..
end bug-reporting
-
-.. |circleci| image:: https://circleci.com/gh/cole/aiosmtplib/tree/main.svg?style=shield
- :target: https://circleci.com/gh/cole/aiosmtplib/tree/main
- :alt: "aiosmtplib CircleCI build status"
-.. |pypi-version| image:: https://img.shields.io/pypi/v/aiosmtplib.svg
- :target: https://pypi.python.org/pypi/aiosmtplib
- :alt: "aiosmtplib on the Python Package Index"
-.. |pypi-status| image:: https://img.shields.io/pypi/status/aiosmtplib.svg
-.. |pypi-license| image:: https://img.shields.io/pypi/l/aiosmtplib.svg
-.. |codecov| image:: https://codecov.io/gh/cole/aiosmtplib/branch/main/graph/badge.svg
- :target: https://codecov.io/gh/cole/aiosmtplib
-.. |downloads| image:: https://static.pepy.tech/badge/aiosmtplib/month
- :target: https://pepy.tech/project/aiosmtplib
- :alt: "aiosmtplib on pypy.tech"
-.. |precommit.ci| image:: https://results.pre-commit.ci/badge/github/cole/aiosmtplib/main.svg
- :target: https://results.pre-commit.ci/latest/github/cole/aiosmtplib/main
- :alt: "pre-commit.ci status"
-.. |zero-deps| image:: https://0dependencies.dev/0dependencies.svg
- :target: https://0dependencies.dev
- :alt: "0 dependencies"
.. _Read The Docs: https://aiosmtplib.readthedocs.io/en/stable/
|