From 5b5b9bf1898c79924b71fddd6a8a4c92725360d7 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Mon, 18 Nov 2024 15:00:57 +0100 Subject: [PATCH] README / pyproject updates --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c17a5b9..7bce444 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bugsink: Self-hosted Error Tracking -Bugsink offers real-time [error tracking](https://www.bugsink.com/error-tracking/) for your applications with full control +[Bugsink](https://www.bugsink.com/) offers real-time [error tracking](https://www.bugsink.com/error-tracking/) for your applications with full control through self-hosting. * [Built to self-host](https://www.bugsink.com/built-to-self-host/) diff --git a/pyproject.toml b/pyproject.toml index 5d1b480..12984d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ name = "bugsink" authors = [ {name = "Bugsink B.V.", email = "info@bugsink.com"}, ] -description = "bugs happen — own ’em" +description = "Self-hosted Error Tracking" readme = "README.md" requires-python = ">=3.9" license = {file = "LICENSE"}