feat: init project uv

This commit is contained in:
2026-04-05 20:44:34 -05:00
parent 21b4bae3d8
commit dff972639a
2 changed files with 7 additions and 0 deletions

7
pyproject.toml Normal file
View File

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