diff options
Diffstat (limited to '')
| -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.*" | 
