From 123b25f8e03097d8759bcc43b3fd9fd6bd7d0541 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Mon, 13 Jul 2026 11:31:09 +0300 Subject: [PATCH] docs: align pyproject description with the GitHub description Part of an org-wide metadata-consistency sweep: the GitHub description, pyproject description, and profile blurb now carry one canonical one-liner. The GitHub wording (the most complete) is canonical for this template. Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2d3b52..b507791 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "fastapi-sqlalchemy-template" version = "0" -description = "Async template on FastAPI and SQLAlchemy 2" +description = "Dockerized FastAPI + SQLAlchemy 2 + PostgreSQL app template with DI" readme = "readme.md" requires-python = ">=3.14" authors = [