File: docs-remove-badges

package info (click to toggle)
python-pipx 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,616 kB
  • sloc: python: 9,642; makefile: 17; sh: 13
file content (28 lines) | stat: -rw-r--r-- 880 bytes parent folder | download
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
---
 docs/README.md | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/docs/README.md b/docs/README.md
index 5779a2a..d9d8866 100644
--- a/docs/README.md
+++ b/docs/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://static.pepy.tech/badge/pipx"></a>
-
-</p>
-
 **Documentation**: <https://pipx.pypa.io>
 
 **Source Code**: <https://github.com/pypa/pipx>