11 lines
199 B
TOML
11 lines
199 B
TOML
[project]
|
|
name = "aocpy"
|
|
version = "0.1.0"
|
|
description = "Make ruff and ty available via uv"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"ruff>=0.14.11",
|
|
"ty>=0.0.11",
|
|
]
|