pytfm project init

This commit is contained in:
2026-04-12 21:55:44 +03:00
parent 6f09af3208
commit 3532c89c3b
2 changed files with 19 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[project]
name = "pytfm"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Sergey Vanyushkin", email = "pi3c@yandex.ru" }
]
requires-python = ">=3.13"
dependencies = []
[project.scripts]
pytfm = "pytfm:main"
[build-system]
requires = ["uv_build>=0.10.7,<0.11.0"]
build-backend = "uv_build"