unified_python/pyproject.toml

12 lines
226 B
TOML
Raw Normal View History

2025-07-18 13:52:29 +08:00
[project]
name = "unified-python"
2025-07-18 16:33:49 +08:00
version = "1.0"
description = "yinzhou的python脚手架"
2025-07-18 13:52:29 +08:00
readme = "README.md"
requires-python = ">=3.11"
2025-07-18 17:17:34 +08:00
dependencies = []
2025-07-18 17:16:42 +08:00
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple/"