From fa75fd59b83907f6b67321748935a323d3f79830 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Tue, 17 Dec 2024 22:53:54 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7fc98e6..2a62642 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "nizika-ai" version = "0.1.0" description = "" authors = ["miteruzo "] +packages = [{ include = "." }] [tool.poetry.dependencies] python = "^3.10"