Skip to content

Commit

Permalink
Disable Poetry package mode
Browse files Browse the repository at this point in the history
Codespace automated setup is failing because it can't find a package

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
shenanigansd authored Jun 26, 2024
1 parent a87a150 commit 61a64c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
Expand Down

0 comments on commit 61a64c5

Please sign in to comment.