From 97cd55e4b260e1ee91a363019c64b813504511ff Mon Sep 17 00:00:00 2001 From: ediakatos Date: Fri, 2 May 2025 15:12:30 +0100 Subject: [PATCH] Updated toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8abf8c7..cbb97c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "This project serves as a template for initialising new Python pro authors = ["ediakatos "] license = "GPL-3.0-only" readme = "README.md" +package-mode = false [tool.poetry.dependencies] python = "^3.10"