From c74ebcd404823a252c758b6dea85866b7f24a8f6 Mon Sep 17 00:00:00 2001 From: Matt Hall Date: Wed, 27 Sep 2023 09:46:07 +0200 Subject: [PATCH] Update lib description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a32658..c723446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "redflag" dynamic = ["version"] requires-python = ">=3.8" authors = [{ name="Matt Hall", email="kwinkunks@gmail.com" },] -description = "Raise red flags on machine learning datasets." +description = "Safety net for machine learning pipelines." license = {file = "LICENSE"} readme = "README.md" keywords = ["machine learning", "data science", "quality assurance"]