From 9c478e2e3bea6d98a086a82b4fc2ece4eddfc453 Mon Sep 17 00:00:00 2001 From: Ashesh Date: Sat, 21 Sep 2024 23:55:18 +0200 Subject: [PATCH] message update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8319268..d4cc060 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ sources = ["src"] [project] name = "predtiler" version = "0.0.1" -description = "Converting your dataset class into a class that can be used for tiled prediction and eventually obtain stiched prediction." +description = "Subclassing your dataset class into a new class that can be used for tiled prediction to obtain the stitched prediction." readme = "README.md" requires-python = ">=3.9" license = { text = "MIT" }