refactor: rename bin/ package to myclaude/
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user