From 27e2569606dce53fe4a934106760d14ae7a5f275 Mon Sep 17 00:00:00 2001 From: andrewwhitecdw Date: Wed, 12 Aug 2026 14:37:30 -0500 Subject: [PATCH] fix: replace placeholder project description Signed-off-by: andrewwhitecdw --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b82867fa..033b42b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "sol-execbench" version = "1.0.2" -description = "Add your description here" +description = "Speed-of-Light GPU kernel evaluation and benchmarking framework" readme = "README.md" requires-python = ">=3.12" dependencies = [