mirror of https://github.com/pallets/flask.git
Update install.rst with required description
This commit is contained in:
parent
09789f2a34
commit
11da927fd9
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue