From 8c6d3c6d2b131d13455ec9833eab83f6ce942fd0 Mon Sep 17 00:00:00 2001 From: benadha Date: Fri, 7 Jan 2022 20:42:33 +0700 Subject: Fixed book metadata --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 028f053..76b0392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,9 @@ version = "2022.1.2" description = "CLI Ebook Reader" authors = ["Benawi Adha "] license = "GPL-3.0" +packages = [ + { include = "epy.py" }, +] [tool.poetry.dependencies] python = "^3.7" -- cgit