aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-11-23 19:40:21 +0000
committerGravatar Chris Lovering <[email protected]>2024-11-23 19:40:21 +0000
commita4d414cdfac2e8584185526f699a9ba52c73a1ea (patch)
treee7cfb723c475639fd80211bd6accd1eaa5c6a628
parentRemove discriminator from bot logs view (#1424) (diff)
Disable poetry package mode
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2fd1d1dd..192a4238 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,6 +4,7 @@ version = "1.0.0"
description = "The project responsible for maintaining our website and all of its subdomains."
authors = ["Python Discord <[email protected]>"]
license = "MIT"
+package-mode = false
[tool.poetry.dependencies]
python = "3.11.*"