diff options
author | 2024-11-23 19:24:35 +0000 | |
---|---|---|
committer | 2024-11-23 19:24:35 +0000 | |
commit | 8ca1795d30b30f1bd636b780e71c1162accddea7 (patch) | |
tree | 14e1dedffee098118ff02f72ff505436b81b1153 | |
parent | Bump deps to latest (diff) |
Disable poetry package mode
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 <[email protected]>"] license = "MIT" +package-mode = false [tool.poetry.dependencies] python = "3.12.*" |