mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-01-23 02:22:49 +08:00
b5f58b2abc
iarna/toml is unmaintained. Replaced by smol-toml which is maintained and has the same api Fixes: #242
20 lines
316 B
TOML
20 lines
316 B
TOML
[project]
|
|
name = "pyproject-toml-project"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = []
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"reuse==5.0.2",
|
|
{include-group = "lint"},
|
|
]
|
|
lint = [
|
|
"flake8==4.0.1",
|
|
]
|
|
|
|
[tool.uv]
|
|
required-version = "==0.5.14"
|