done: Make the Project Installable

This commit is contained in:
Heiko Ludwig 2025-08-12 09:56:39 +02:00
parent 6d4419df0d
commit 5f1621ffd1

11
pyproject.toml Normal file
View file

@ -0,0 +1,11 @@
[project]
name = "flaskr"
version = "1.0.0"
description = "The basic blog app built in the Flask tutorial."
dependencies = [
"flask",
]
[build-system]
requires = ["flit_core<4"]
build-backend = "flit_core.buildapi"