Add package and metadata

This commit is contained in:
Roberto Alsina 2023-05-16 10:48:29 -03:00
parent c21ce69b42
commit 895c31dbfb
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ description = "A tool/library to automatically create book covers"
authors = ["Roberto Alsina <roberto.alsina@gmail.com>"]
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"