From da55998bc759841e4e89d831d127606dffe78d78 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:11:28 +0100 Subject: [PATCH] Update manifest.toml: fix app name --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e6068d4..705618e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -3,7 +3,7 @@ packaging_format = 2 id = "fastapi" -name = "my_FastAPI_app" +name = "FastAPI" description.en = "Custom Web app to run a FastAPI program written in Python" description.fr = "Une application web personnalisée pour faire tourner une application FastAPI écrite en Python"