From b07423de478aca28af83cdb5f7a6e9bc50ccf250 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 13 Jan 2025 23:30: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 a486c49..e595305 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