From f86216d4ada741c5007b9fbda43e80b7a897d61f Mon Sep 17 00:00:00 2001 From: Siddhant Sadangi Date: Wed, 8 Jan 2025 11:16:16 +0100 Subject: [PATCH] Update pyproject.toml (#114) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d6bb78..b2e285c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ backoff = "^2.0.0" [tool.poetry] name = "neptune-scale" version = "0.1.0" -description = "A minimal client library" +description = "Python logging API for Neptune Scale" authors = ["neptune.ai "] repository = "https://github.com/neptune-ai/neptune-client-scale" readme = "README.md"