diff --git a/pyproject.toml b/pyproject.toml index aea7a42..3af55b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/uv.lock b/uv.lock index 311053e..af06654 100644 --- a/uv.lock +++ b/uv.lock @@ -459,7 +459,7 @@ wheels = [ [[package]] name = "zona" -version = "0.1.0" +version = "1.0.0" source = { editable = "." } dependencies = [ { name = "dacite" },