aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Bradley Reynolds <[email protected]>2024-06-26 19:45:06 +0000
committerGravatar GitHub <[email protected]>2024-06-26 19:45:06 +0000
commit61a64c539dc4d88cec76d80d6b1e14720d474242 (patch)
tree243870845e424d2a164106781eab8502f3f976e4
parentAdd DevContainer config (diff)
Disable Poetry package mode
Codespace automated setup is failing because it can't find a package Signed-off-by: GitHub <[email protected]>
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cb70eab1..3af8cb0c 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 <[email protected]>"]
license = "MIT"
+package-mode = false
[tool.poetry.dependencies]
python = "3.12.*"