aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-05-27 18:09:31 +0100
committerGravatar Joe Banks <[email protected]>2024-05-27 18:09:31 +0100
commita9bbedf03aa00f9b42c7001b33f7dc765f02e7a6 (patch)
tree23d7681a673bc166ab2fe632b257a87cc7d83eda /pyproject.toml
parentDependency Bumps 27/05/2024 (diff)
Set Poetry package-mode preference to false
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 52c3359..bd85be6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,6 +5,7 @@ description = "Infrastructure for Python Discord"
authors = ["Python Discord <[email protected]>"]
license = "MIT"
readme = "README.md"
+package-mode = false
[tool.poetry.dependencies]
python = ">3.11,<4.0"