diff --git a/pyproject.toml b/pyproject.toml index 2a62642..f8d3d21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "nizika-ai" version = "0.1.0" description = "" authors = ["miteruzo "] -packages = [{ include = "." }] +packages = [{ include = "__init__.py" }] [tool.poetry.dependencies] python = "^3.10"