mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-01-23 18:42:49 +08:00
11 lines
202 B
TOML
11 lines
202 B
TOML
|
[project]
|
||
|
name = "uv-toml-project"
|
||
|
version = "0.1.0"
|
||
|
description = "Add your description here"
|
||
|
readme = "README.md"
|
||
|
requires-python = ">=3.11"
|
||
|
dependencies = []
|
||
|
|
||
|
[tool.uv]
|
||
|
required-version = "==0.5.14"
|