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
|
From: Stefano Rivera <stefanor@debian.org>
Date: Wed, 29 Sep 2021 10:19:05 -0700
Subject: docs: Remove badges
To make docs standalone and protect the privacy of readers.
Forwarded: not-needed
---
README.md | 6 ------
1 file changed, 6 deletions(-)
diff --git a/README.md b/README.md
index 47bc179..e4c6bcb 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,6 @@
</a>
</p>
-<p align="center">
-<a href="https://github.com/pypa/pipx/actions">
-<img src="https://github.com/pypa/pipx/workflows/tests/badge.svg?branch=main" alt="image" /></a> <a href="https://badge.fury.io/py/pipx"><img src="https://badge.fury.io/py/pipx.svg" alt="PyPI version"></a> <a href="https://badge.fury.io/py/pipx"><img src="https://pepy.tech/badge/pipx"></a>
-
-</p>
-
**Documentation**: https://pypa.github.io/pipx/
**Source Code**: https://github.com/pypa/pipx
|