更新pyproject.toml:1) 修正脚本入口点为main函数 2) 添加requests依赖
This commit is contained in:
@@ -3,8 +3,8 @@ name = "myscripts"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.10"
|
||||||
dependencies = ["requests"]
|
dependencies = ["requests"]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
working_tool = "myscripts.working_tool:main"
|
working_tool = "myscripts.working_tool:main"
|
||||||
|
|||||||
Reference in New Issue
Block a user