From c480016be2f57a663b7d17f0faae33b1505358c8 Mon Sep 17 00:00:00 2001 From: whosam Date: Sun, 5 Oct 2025 16:30:47 +0300 Subject: [PATCH] mod pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47abec2..11b843a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "simple-store" version = "0.1.0" -description = "Add your description here" +description = "a demo API (e.g., for a store, booking system, or any domain of your choice) with 6-7 documented endpoints, implement logging, monitor errors via a Bash script, and automate API requests." readme = "README.md" requires-python = ">=3.13" dependencies = [