update metadata for release
This commit is contained in:
parent
a789d1f64e
commit
0e32024147
2 changed files with 9 additions and 4 deletions
|
@ -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
2
uv.lock
generated
|
@ -459,7 +459,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "zona"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "dacite" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue