diff --git a/pyproject.toml b/pyproject.toml index 1dc3d9dd..577f3a1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,9 @@ version = "0.4.2-beta" description = "Install lineage OS in a nice and easy way." authors = ["Tobias Sterbak "] license = "GPLv3" +readme = "README.md" +homepage = "https://openandroidinstaller.org" +include = ["openandroidinstaller/bin/*", "openandroidinstaller/bin/*/*"] [tool.poetry.dependencies] python = "<3.11,>=3.9"