Skip to content

Commit

Permalink
Disable poetry packing mode since this is not a packaged library
Browse files Browse the repository at this point in the history
This being set to true raised warning when installing deps
  • Loading branch information
ChrisLovering committed Sep 10, 2024
1 parent 544f8d3 commit 86fa572
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 = "2.7.0"
description = "Advanced metric collection for the Python Discord server"
authors = ["Joe Banks <joseph@josephbanks.me>"]
license = "MIT"
package-mode = false

[tool.poetry.dependencies]
python = "3.12.*"
Expand Down

0 comments on commit 86fa572

Please sign in to comment.