From a19c505941f4a85c2d22a7ed68292d3aff89f43c Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Mon, 13 Jul 2026 11:31:14 +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 134d956..ed15bae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "litestar-sqlalchemy-template" version = "0" -description = "Async template on Litestar and SQLAlchemy 2" +description = "Dockerized Litestar + SQLAlchemy 2 + PostgreSQL app template with DI" readme = "README.md" requires-python = ">=3.14" authors = [