Update install.rst with required description (#5182)

This commit is contained in:
David Lord 2023-07-03 05:58:14 -07:00 committed by GitHub
commit a0db890853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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