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
|
From: Jonas Smedegaard <dr@jones.dk>
Date: Fri, 6 Oct 2023 10:52:57 +0200
Subject: avoid privacy breach
Forwarded: not-needed
Last-Update: 2024-10-30
---
README.rst | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/README.rst b/README.rst
index 370ba27..0c30ff9 100644
--- a/README.rst
+++ b/README.rst
@@ -15,31 +15,6 @@ files.
----
-.. image:: https://badge.fury.io/py/icalendar.svg
- :target: https://pypi.org/project/icalendar/
- :alt: Python Package Version on PyPI
-
-.. image:: https://img.shields.io/pypi/pyversions/icalendar
- :target: https://pypi.org/project/icalendar/
- :alt: PyPI - Python Version
-
-.. image:: https://img.shields.io/pypi/dm/icalendar.svg
- :target: https://pypi.org/project/icalendar/#files
- :alt: Downloads from PyPI
-
-.. image:: https://img.shields.io/github/actions/workflow/status/collective/icalendar/tests.yml?branch=main&label=main&logo=github
- :target: https://github.com/collective/icalendar/actions/workflows/tests.yml?query=branch%3Amain
- :alt: GitHub Actions build status for main
-
-.. image:: https://readthedocs.org/projects/icalendar/badge/?version=latest
- :target: https://icalendar.readthedocs.io/en/latest/?badge=latest
- :alt: Documentation Status
-
-.. image:: https://coveralls.io/repos/github/collective/icalendar/badge.svg
- :target: https://coveralls.io/github/collective/icalendar
- :alt: Test Coverage
-
-
.. _`icalendar`: https://pypi.org/project/icalendar/
.. _`RFC 5545`: https://www.ietf.org/rfc/rfc5545.txt
.. _`python-dateutil`: https://github.com/dateutil/dateutil/
|