From 74c8c2e875a97dd2e767a6535f0dbf3fe9fc239a Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 13 Jan 2025 23:29:29 -0500 Subject: [PATCH] Package mode in pyproject --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3e22bcd..b4d2105 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,3 +17,6 @@ dependencies = [ [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core.masonry.api" + +[tool.poetry] +package-mode = false