mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-01-20 17:18:17 +08:00
14 lines
251 B
TOML
14 lines
251 B
TOML
|
[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"
|