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
|
From: Carl Keinath <carl.keinath@gmail.com>
Date: Wed, 29 Oct 2025 09:53:15 +0100
Subject: remove-remote-resources
Forwarded: Not-Needed
---
README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index c4433cd..dd94a36 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +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)
+- [**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)
---
|