From ce6fe063157f35f2b2c82caf112a057b262091fc Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Wed, 4 Sep 2024 09:22:52 +0200 Subject: [PATCH] Update tagline --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83b35b8..c2215b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ name = "bugsink" authors = [ {name = "Bugsink B.V.", email = "info@bugsink.com"}, ] -description = "Dead simple crash monitoring." +description = "bugs happen — own ’em" readme = "README.md" requires-python = ">=3.8" license = {file = "LICENSE"}