aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-09-10 17:14:14 +0100
committerGravatar Chris Lovering <[email protected]>2024-09-10 17:14:14 +0100
commit86fa57247c5ab5f8684c19ad3165985345dc2e44 (patch)
treecc24fb81bde846387e3ef116d4ce1aa0718b925f /pyproject.toml
parentChange default ruff output format to concise (diff)
Disable poetry packing mode since this is not a packaged library
This being set to true raised warning when installing deps
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 315b40f..86e51e0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,6 +4,7 @@ version = "2.7.0"
description = "Advanced metric collection for the Python Discord server"
authors = ["Joe Banks <[email protected]>"]
license = "MIT"
+package-mode = false
[tool.poetry.dependencies]
python = "3.12.*"