From: =?utf-8?q?Pierre-Elliott_B=C3=A9cue?= <peb@debian.org>
Date: Mon, 18 Oct 2021 23:22:10 +0200
Subject: Remove imported images from the web for privacy

Forwarded: not-needed
---
 DESCRIPTION.rst | 36 ------------------------------------
 README.rst      | 29 -----------------------------
 2 files changed, 65 deletions(-)

diff --git a/DESCRIPTION.rst b/DESCRIPTION.rst
index f341b0a..a82b431 100644
--- a/DESCRIPTION.rst
+++ b/DESCRIPTION.rst
@@ -7,42 +7,6 @@
 | |GH Release| |_| |GH PRs| |_| |GH LastCommit|
 |
 
-.. |_| unicode:: 0xA0
-   :trim:
-.. |github license| image:: https://img.shields.io/github/license/aio-libs/aiosmtpd?logo=Open+Source+Initiative&logoColor=0F0
-   :target: https://github.com/aio-libs/aiosmtpd/blob/master/LICENSE
-   :alt: Project License on GitHub
-.. |PyPI Version| image:: https://img.shields.io/pypi/v/aiosmtpd?logo=pypi&logoColor=yellow
-   :target: https://pypi.org/project/aiosmtpd/
-   :alt: PyPI Package
-.. |PyPI Python| image:: https://img.shields.io/pypi/pyversions/aiosmtpd?logo=python&logoColor=yellow
-   :target: https://pypi.org/project/aiosmtpd/
-   :alt: Supported Python Versions
-.. .. For |GA badge|, don't forget to check actual workflow name in unit-testing-and-coverage.yml
-.. |GA badge| image:: https://github.com/aio-libs/aiosmtpd/workflows/aiosmtpd%20CI/badge.svg
-   :target: https://github.com/aio-libs/aiosmtpd/actions
-   :alt: GitHub Actions status
-.. |codecov| image:: https://codecov.io/github/aio-libs/aiosmtpd/coverage.svg?branch=master
-   :target: https://codecov.io/github/aio-libs/aiosmtpd?branch=master
-   :alt: Code Coverage
-.. |LGTM.com| image:: https://img.shields.io/lgtm/grade/python/github/aio-libs/aiosmtpd.svg?logo=lgtm&logoWidth=18
-   :target: https://lgtm.com/projects/g/aio-libs/aiosmtpd/context:python
-   :alt: Semmle/LGTM.com quality
-.. |readthedocs| image:: https://img.shields.io/readthedocs/aiosmtpd?logo=Read+the+Docs
-   :target: https://aiosmtpd.readthedocs.io/en/latest/?badge=latest
-   :alt: Documentation Status
-.. .. Do NOT include the Discourse badge!
-.. .. Below are badges just for PyPI
-.. |GH Release| image:: https://img.shields.io/github/v/release/aio-libs/aiosmtpd?logo=github
-   :target: https://github.com/aio-libs/aiosmtpd/releases
-   :alt: GitHub latest release
-.. |GH PRs| image:: https://img.shields.io/github/issues-pr/aio-libs/aiosmtpd?logo=GitHub
-   :target: https://github.com/aio-libs/aiosmtpd/pulls
-   :alt: GitHub pull requests
-.. |GH LastCommit| image:: https://img.shields.io/github/last-commit/aio-libs/aiosmtpd?logo=GitHub
-   :target: https://github.com/aio-libs/aiosmtpd/commits/master
-   :alt: GitHub last commit
-
 This is a server for SMTP and related MTA protocols,
 similar in utility to the standard library's |smtpd.py|_ module,
 but rewritten to be based on ``asyncio`` for Python 3.7+.
diff --git a/README.rst b/README.rst
index 9cca496..d60d251 100644
--- a/README.rst
+++ b/README.rst
@@ -7,35 +7,6 @@
 |
 | |Discourse|
 
-.. |_| unicode:: 0xA0
-   :trim:
-.. |github license| image:: https://img.shields.io/github/license/aio-libs/aiosmtpd?logo=Open+Source+Initiative&logoColor=0F0
-   :target: https://github.com/aio-libs/aiosmtpd/blob/master/LICENSE
-   :alt: Project License on GitHub
-.. |PyPI Version| image:: https://img.shields.io/pypi/v/aiosmtpd?logo=pypi&logoColor=yellow
-   :target: https://pypi.org/project/aiosmtpd/
-   :alt: PyPI Package
-.. |PyPI Python| image:: https://img.shields.io/pypi/pyversions/aiosmtpd?logo=python&logoColor=yellow
-   :target: https://pypi.org/project/aiosmtpd/
-   :alt: Supported Python Versions
-.. .. For |GA badge|, don't forget to check actual workflow name in unit-testing-and-coverage.yml
-.. |GA badge| image:: https://github.com/aio-libs/aiosmtpd/workflows/aiosmtpd%20CI/badge.svg
-   :target: https://github.com/aio-libs/aiosmtpd/actions
-   :alt: GitHub Actions status
-.. |codecov| image:: https://codecov.io/github/aio-libs/aiosmtpd/coverage.svg?branch=master
-   :target: https://codecov.io/github/aio-libs/aiosmtpd?branch=master
-   :alt: Code Coverage
-.. |LGTM.com| image:: https://img.shields.io/lgtm/grade/python/github/aio-libs/aiosmtpd.svg?logo=lgtm&logoWidth=18
-   :target: https://lgtm.com/projects/g/aio-libs/aiosmtpd/context:python
-   :alt: Semmle/LGTM.com quality
-.. |readthedocs| image:: https://img.shields.io/readthedocs/aiosmtpd?logo=Read+the+Docs&logoColor=white
-   :target: https://aiosmtpd.readthedocs.io/en/latest/
-   :alt: Documentation Status
-.. .. If you edit the above badges, don't forget to edit setup.cfg
-.. .. The |Discourse| badge MUST NOT be included in setup.cfg
-.. |Discourse| image:: https://img.shields.io/discourse/status?server=https%3A%2F%2Faio-libs.discourse.group%2F&style=social
-   :target: https://aio-libs.discourse.group/
-   :alt: Discourse
 
 The Python standard library includes a basic |SMTP|_ server in the |smtpd|_ module,
 based on the old asynchronous libraries |asyncore|_ and |asynchat|_.
