diff --git a/pyproject.toml b/pyproject.toml index b85afff..3c4e912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,9 @@ authors = ["الكتب المٌيسّرة "] license = "MIT" readme = "README.md" homepage = "https://github.com/ieasybooks/almufarrigh/" +packages = [ + { include = "src" }, +] [tool.poetry.dependencies] python = ">=3.10,<3.12"