From 895c31dbfb366cebbc8e9b825b88252326bddfb2 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Tue, 16 May 2023 10:48:29 -0300 Subject: [PATCH] Add package and metadata --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"