v2rayN/pyproject.toml

11 lines
193 B
TOML
Raw Normal View History

[project]
name = "v2rayn"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ruff>=0.12.9",
"ty>=0.0.1a18",
]