diff --git a/pyproject.toml b/pyproject.toml index 746e55c..4f271f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,12 @@ description = "A tool/library to automatically create book covers" authors = ["Roberto Alsina "] license = "MIT" readme = "README.md" +homepage = "https://github.com/ralsina/tapita" +repository = "https://github.com/ralsina/tapita" +keywords = ["ebook", "cover"] +packages = [ + { include = "tapita" } +] [tool.poetry.dependencies] python = "^3.7"