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 = [