This commit is contained in:
yhydev
2025-12-13 00:16:41 +08:00
parent ccc5b3bb03
commit 77a8f51e5d
3 changed files with 316 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "myscripts"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["requests"]
[project.scripts]
working_tool = "myscripts.working_tool:main"