From 11da927fd993c941618a67b443cc0649402f4de0 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Sat, 1 Jul 2023 07:09:51 -0700 Subject: [PATCH] Update install.rst with required description --- docs/tutorial/install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial/install.rst b/docs/tutorial/install.rst index 519b0678..db83e106 100644 --- a/docs/tutorial/install.rst +++ b/docs/tutorial/install.rst @@ -35,6 +35,7 @@ The ``pyproject.toml`` file describes your project and how to build it. [project] name = "flaskr" version = "1.0.0" + description = "The basic blog app built in the Flask tutorial." dependencies = [ "flask", ]