init
This commit is contained in:
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user