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
|
From: Carl Keinath <carl.keinath@gmail.com>
Date: Wed, 9 Apr 2025 15:18:00 +0200
Subject: remove-remote-resources
Forwarded: Not-Needed
---
README.md | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index da88744..bd87235 100644
--- a/README.md
+++ b/README.md
@@ -4,19 +4,11 @@
<em>Modern password hashing for Python</em>
</p>
-[](https://github.com/frankie567/pwdlib/actions)
-[](https://codecov.io/gh/frankie567/pwdlib)
-[](https://badge.fury.io/py/pwdlib)
-[](https://pepy.tech/project/pwdlib)
-
-<p align="center">
-<a href="https://polar.sh/frankie567">
-<picture>
- <source media="(prefers-color-scheme: dark)" srcset="https://polar.sh/embed/subscribe.svg?org=frankie567&darkmode=1">
- <img alt="Subscribe" src="https://polar.sh/embed/subscribe.svg?org=frankie567">
-</picture>
-</a>
-</p>
+- [**Build status**](https://github.com/frankie567/pwdlib/actions)
+- [**Test coverage**](https://codecov.io/gh/frankie567/pwdlib)
+- [**PyPI**](https://pypi.org/project/pwdlib/)
+- [**Downloads**](https://pepy.tech/project/pwdlib)
+- [**Support development**](https://polar.sh/frankie567)
---
|