unified_python/pyproject.toml
2025-07-18 17:17:34 +08:00

12 lines
226 B
TOML

[project]
name = "unified-python"
version = "1.0"
description = "yinzhou的python脚手架"
readme = "README.md"
requires-python = ">=3.11"
dependencies = []
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple/"