Update install.rst with required description

This commit is contained in:
Pamela Fox 2023-07-01 07:09:51 -07:00 committed by David Lord
parent 09789f2a34
commit 11da927fd9
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
1 changed files with 1 additions and 0 deletions

View File

@ -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",
]