From 8ca1795d30b30f1bd636b780e71c1162accddea7 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 23 Nov 2024 19:24:35 +0000 Subject: Disable poetry package mode --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fa521e57..ff66d6fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.0" description = "A Discord bot designed as a fun and beginner-friendly learning environment for writing bot features and learning open-source." authors = ["Python Discord "] license = "MIT" +package-mode = false [tool.poetry.dependencies] python = "3.12.*" -- cgit v1.2.3