diff --git a/pyproject.toml b/pyproject.toml index 0c782bc..ee13527 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ exclude = ["venv"] [project] name = "nodestack" -version = "0.0.1" +version = "0.0.2" authors = [ { name="fabthegreat", email="nodestack@lutix.org" }, ] @@ -23,3 +23,4 @@ classifiers = [ [project.urls] Homepage = "https://gitea.lutix.org/ftg/nodestack" Issues = "https://gitea.lutix.org/ftg/nodestack/issues" +Documentation = "https://nodestack.lutix.org"