aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7f8e4ba..d1c9148 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,10 +4,7 @@ version = "1.0.0"
description = "King Arthur is a helper for the Python Discord DevOps team."
authors = ["Joe Banks <[email protected]>", "Chris Lovering <[email protected]>"]
license = "MIT"
-
-packages = [
- {include = "arthur"}
-]
+package-mode = false
[tool.poetry.dependencies]
python = "3.12.*"