setup uv package manager

This commit is contained in:
2026-03-18 22:07:21 +01:00
parent 27603536a8
commit 0ff07a6c80
4 changed files with 18 additions and 2 deletions

7
pyproject.toml Normal file
View File

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