update metadata for release

This commit is contained in:
Daniel Fichtinger 2025-07-13 21:29:15 -04:00
parent a789d1f64e
commit 0e32024147
2 changed files with 9 additions and 4 deletions

View file

@ -1,10 +1,12 @@
[project]
name = "zona"
version = "0.1.0"
description = "Static site generator"
version = "1.0.0"
description = "Opinionated static site generator."
license = "BSD-3"
license-files = ["LICENSE"]
readme = "README.md"
authors = [
{ name = "Daniel Fichtinger", email = "daniel@ficd.ca" },
{ name = "Daniel Fichtinger", email = "daniel@ficd.sh" },
]
requires-python = ">=3.12"
dependencies = [
@ -24,6 +26,9 @@ dependencies = [
"websockets>=15.0.1",
]
[project.urls]
Repository = "https://git.ficd.sh/ficd/zona"
[project.scripts]
zona = "zona.cli:main"

2
uv.lock generated
View file

@ -459,7 +459,7 @@ wheels = [
[[package]]
name = "zona"
version = "0.1.0"
version = "1.0.0"
source = { editable = "." }
dependencies = [
{ name = "dacite" },