From 2c114afea79840d254d8b4190383d2d71b092d98 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Tue, 17 Dec 2024 22:59:28 +0000 Subject: [PATCH] =?UTF-8?q?pyproject.toml=20=E3=81=AE=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"