diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 228b98849..6448da513 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -137,11 +137,10 @@ max-positional-args = 1 max-complexity = 5 [tool.poetry] -name = "backend" -version = "0.1.0" -description = "Package manager for python" -authors = ["Mathias Aas "] -readme = "README.md" +# Backend is not a package to publish. +# https://python-poetry.org/docs/pyproject/ +# https://python-poetry.org/docs/basic-usage/#operating-modes +package-mode = false [tool.poetry.dependencies] python = "3.11.2"