Files
PyGILnoGILBench/pyproject.toml
drd_vic 5ffacbe46b chore: 更新版本号至 0.1.1
- 将项目版本从 0.1.0 提升到 0.1.1
- 这是一个小的版本更新,包含命令行的修复与改进
2025-11-24 15:17:25 +08:00

16 lines
430 B
TOML

[project]
name = "py-gil-nogil-bench"
version = "0.1.1"
description = "Python GIL vs NoGIL 多线程性能基准测试工具"
readme = "README.md"
requires-python = ">=3.9"
dependencies = []
[tool.uv]
python-install-mirror = "https://gh-proxy.com/https://github.com/astral-sh/python-build-standalone/releases/download/"
[[tool.uv.index]]
name = "tuna"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
default = true