refactor: rename bin/ package to myclaude/

This commit is contained in:
Zhengshou Lai
2026-06-26 22:58:18 +08:00
parent c9fd2321ed
commit 9111a574e9
9 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ dependencies = [
]
[project.scripts]
myclaude = "bin.cli:cli"
myclaude = "myclaude.cli:cli"
[dependency-groups]
dev = ["pytest>=8.0"]
@@ -23,7 +23,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["bin"]
packages = ["myclaude"]
[tool.black]
line-length = 80