refactor: rename bin/ package to mytoolkit/

This commit is contained in:
Zhengshou Lai
2026-06-26 22:57:55 +08:00
parent ffaf7e58f2
commit fe4c280f7c
30 changed files with 91 additions and 39 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ dependencies = [
]
[project.scripts]
mytoolkit = "bin.cli:main"
mytoolkit = "mytoolkit.cli:main"
[tool.hatch.build.targets.wheel]
packages = ["bin"]
packages = ["mytoolkit"]
[build-system]
requires = ["hatchling"]