From d369caec56f2ff874d829b03756c2050b881e690 Mon Sep 17 00:00:00 2001 From: sabonerune <102559104+sabonerune@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:03:12 +0900 Subject: [PATCH] =?UTF-8?q?FIX:=20Poetry=E3=81=AE`package-mode`=E3=82=92`f?= =?UTF-8?q?alse`=E3=81=AB=E3=81=99=E3=82=8B=20(#1171)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * FIX: Poetryの`package-mode`を`false`にする * FIX: `tool.poetry.name, version, description, authors`を削除 --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72abfbaa2..c028fdc89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,10 +37,7 @@ multi_line_output = 3 use_parentheses = true [tool.poetry] -name = "voicevox_engine" -version = "0.0.0" -description = "" -authors = ["Hiroshiba "] +package-mode = false [tool.poetry.dependencies] python = "~3.11"