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]
|
[project]
|
||||||
name = "zona"
|
name = "zona"
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
description = "Static site generator"
|
description = "Opinionated static site generator."
|
||||||
|
license = "BSD-3"
|
||||||
|
license-files = ["LICENSE"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Daniel Fichtinger", email = "daniel@ficd.ca" },
|
{ name = "Daniel Fichtinger", email = "daniel@ficd.sh" },
|
||||||
]
|
]
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
@ -24,6 +26,9 @@ dependencies = [
|
||||||
"websockets>=15.0.1",
|
"websockets>=15.0.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
Repository = "https://git.ficd.sh/ficd/zona"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
zona = "zona.cli:main"
|
zona = "zona.cli:main"
|
||||||
|
|
||||||
|
|
2
uv.lock
generated
2
uv.lock
generated
|
@ -459,7 +459,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zona"
|
name = "zona"
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "dacite" },
|
{ name = "dacite" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue