From ae9072c00e698a923503dea8104a6595b8d79719 Mon Sep 17 00:00:00 2001 From: Thomas S Date: Mon, 16 Dec 2024 17:11:11 +0100 Subject: [PATCH] ci: Test FORK based on #981 --- skore/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skore/pyproject.toml b/skore/pyproject.toml index 034f3687..bf3f73c5 100644 --- a/skore/pyproject.toml +++ b/skore/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "skore" -description = "Tooling and assistance for data scientists to \"Own Your Data Science\"" +description = "Tooling and assistance for data scientists to \"Own Your Data Science\"!" dynamic = ["license", "readme", "version"] requires-python = ">=3.9, <3.13" maintainers = [{ name = "skore developers", email = "skore@signal.probabl.ai" }]