began implementation

This commit is contained in:
Daniel Fichtinger 2025-06-15 21:18:37 -04:00
parent a05f63bf26
commit 53f09b72db
6 changed files with 87 additions and 2 deletions

View file

@ -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"]