blog project init

This commit is contained in:
2026-04-12 21:35:18 +03:00
parent 2cb55be630
commit ef797bc85b
2 changed files with 13 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "blog"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []