From 51c8cfbf8b6681194cba35f6d2946e09e3d0590e Mon Sep 17 00:00:00 2001 From: "D. Smolken" <49921787+DSmolken@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:36:32 +0100 Subject: [PATCH] Update pyproject.toml Hoping this unbreaks our website builder --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 088bbeba5..113598dec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "1.0.0" description = "SFZ format website" authors = ["redtide "] readme = "README.md" +package-mode = false [tool.poetry.dependencies] python = ">=3.8"