chore: uv init

This commit is contained in:
eneller
2025-04-03 10:51:28 +02:00
parent 40307b60db
commit 9040d5bd29
3 changed files with 74 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "placeholder-html"
version = "0.1.0"
description = "Plain HTML Placeholder Website for People that need an Internet Presence "
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jinja2>=3.1.6",
]