From 62b138250a4c244ad86fc7c6e71b1163893ff3cd Mon Sep 17 00:00:00 2001 From: "Bradan J. Wolbeck" Date: Sat, 12 Sep 2026 17:24:49 -0600 Subject: [PATCH] chore: add package description to `pyproject.toml` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37dc844..8cee482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "app" version = "0.1.0" -description = "Add your description here" +description = "Placeholder image API with configurable dimensions and font size." readme = "README.md" authors = [ { name = "Bradan J. Wolbeck", email = "bwolbeck@compaqdisc.com" }