Initial commit

This commit is contained in:
Kevin Stillhammer
2024-08-23 23:58:26 +02:00
commit 18498fc78f
61 changed files with 261875 additions and 0 deletions

View File

@ -0,0 +1,13 @@
[project]
name = "uv-project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ruff>=0.6.2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"