From 61a64c539dc4d88cec76d80d6b1e14720d474242 Mon Sep 17 00:00:00 2001
From: Bradley Reynolds <bradley.reynolds@darbia.dev>
Date: Wed, 26 Jun 2024 19:45:06 +0000
Subject: [PATCH] Disable Poetry package mode

Codespace automated setup is failing because it can't find a package

Signed-off-by: GitHub <noreply@github.com>
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index cb70eab12a..3af8cb0cc4 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 <info@pythondiscord.com>"]
 license = "MIT"
+package-mode = false
 
 [tool.poetry.dependencies]
 python = "3.12.*"