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
|
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Sat, 20 Jul 2024 19:23:31 +0000
Subject: Remove remote badges to prevent privacy issues.
---
README.rst | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/README.rst b/README.rst
index 960f788..b8247ed 100644
--- a/README.rst
+++ b/README.rst
@@ -2,22 +2,6 @@
async_property
==============
-
-.. image:: https://img.shields.io/pypi/v/async_property.svg
- :target: https://pypi.org/project/async-property/
-
-.. image:: https://app.travis-ci.com/ryananguiano/async_property.svg?branch=master
- :target: https://app.travis-ci.com/github/ryananguiano/async_property
-
-.. image:: https://readthedocs.org/projects/async-property/badge/?version=latest
- :target: https://async-property.readthedocs.io/en/latest/?badge=latest
- :alt: Documentation Status
-
-.. image:: https://pyup.io/repos/github/ryananguiano/async_property/shield.svg
- :target: https://pyup.io/repos/github/ryananguiano/async_property/
- :alt: Updates
-
-
Python decorator for async properties.
* Python: 3.7+
|