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