From bf6ad1adfaeee069d6c8d054f721f9018994a5ea Mon Sep 17 00:00:00 2001 From: uy_sun Date: Wed, 14 Aug 2024 09:48:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A6=81=E7=94=A8=20poetry=20?= =?UTF-8?q?=E7=9A=84=20package-mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Warning: The current project could not be installed: No file/folder found for package noneflow --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 66b06772..13fc0f1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ license = "MIT" readme = "README.md" homepage = "https://github.com/nonebot/noneflow" repository = "https://github.com/nonebot/noneflow" +package-mode = false [tool.poetry.dependencies] python = "^3.10"