This commit is contained in:
Zhengshou Lai
2026-04-14 18:39:09 +08:00
parent 00c608a3bd
commit 3aeaf7cb64
59 changed files with 417 additions and 1064 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
[project]
name = "mycli"
name = "mytoolkit"
version = "0.1.0"
description = "Personal CLI toolkit"
requires-python = ">=3.9"
@@ -8,7 +8,7 @@ dependencies = [
]
[project.scripts]
mycli = "mycli.cli:main"
mytoolkit = "mytoolkit.cli:main"
[build-system]
requires = ["hatchling"]