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