diff --git a/pyproject.toml b/pyproject.toml index 66272ae..af6362f 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,15 @@ [tool.poetry] name = "alfort" version = "0.0.0" -description = "" +description = "Elm-like interactive application framework for Python" authors = ["Masahiro Wada "] license = "Apache-2.0" +repository = "https://github.com/ar90n/alfort" +readme = "README.md" +keywords = ["declarative-ui", "elm-architecture"] include = ["alfort/py.typed"] + [tool.poetry.dependencies] python = "^3.10"