From 7b5f89692bd12a5c3016e8c2bfb298808adcc8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 2 May 2024 11:49:02 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20tagline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f6b207b..f491a8e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -15,7 +15,7 @@ identifiers: repository-code: 'https://github.com/tiangolo/fastapi-cli' url: 'https://fastapi.tiangolo.com' abstract: >- - Run FastAPI applications from the command line. + Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀 keywords: - fastapi - typer diff --git a/README.md b/README.md index 45eb5e5..ae5d511 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ --- -Run FastAPI applications from the command line with FastAPI CLI. 🚀 +Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀 ## Description diff --git a/pyproject.toml b/pyproject.toml index 1f45813..afdc855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "fastapi-cli" dynamic = ["version"] -description = "Run FastAPI applications from the command line." +description = "Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀" authors = [ {name = "Sebastián Ramírez", email = "tiangolo@gmail.com"}, ]