From a30a9851f535c34edc11084a3d31d400b33b79d7 Mon Sep 17 00:00:00 2001 From: Thomas S Date: Mon, 30 Dec 2024 16:47:07 +0100 Subject: [PATCH] TEST --- skore-ui/README.md | 2 +- skore/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skore-ui/README.md b/skore-ui/README.md index 3cdba40d5..46eed7f3b 100644 --- a/skore-ui/README.md +++ b/skore-ui/README.md @@ -1,6 +1,6 @@ # Skore UI -This sub directory aims at creating a single page application supporting Skore. +This sub directory aims at creating a single page application supporting Skore! It should build as a SPA and as a library of web components. diff --git a/skore/pyproject.toml b/skore/pyproject.toml index 79d75541c..519d6d474 100644 --- a/skore/pyproject.toml +++ b/skore/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "skore" -description = "The scikit-learn Modeling Companion" +description = "The scikit-learn Modeling Companion!" dynamic = ["license", "readme", "version"] requires-python = ">=3.9, <3.13" maintainers = [{ name = "skore developers", email = "skore@signal.probabl.ai" }]