began implementation
This commit is contained in:
parent
a05f63bf26
commit
53f09b72db
6 changed files with 87 additions and 2 deletions
|
@ -8,11 +8,12 @@ authors = [
|
|||
]
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"frontmatter>=3.0.8",
|
||||
"typer>=0.16.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
zona = "zona:main"
|
||||
zona = "zona.cli:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue