Skip to content

Commit 104f415

Browse files
committed
📦 build(config): 更新项目构建配置
- 添加动态元数据字段声明,以便灵活管理项目信息 - 调整ruff目标Python版本至py39,以兼容更广泛的部署环境
1 parent cbd17ed commit 104f415

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ dependencies = [
77
"rsa~=4.0",
88
"urllib3~=1.26.2",
99
]
10+
dynamic = ["readme","requires-python","license","authors","classifiers","urls","scripts"]
11+
1012

1113
[tool.ruff]
1214
line-length = 120
1315
indent-width = 4
14-
target-version = "py310"
16+
target-version = "py39"
1517

1618
[tool.ruff.lint]
1719
ignore-init-module-imports = false

0 commit comments

Comments
 (0)