diff --git a/pyproject.toml b/pyproject.toml index 8abf8c7..cbb97c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "This project serves as a template for initialising new Python pro authors = ["ediakatos "] license = "GPL-3.0-only" readme = "README.md" +package-mode = false [tool.poetry.dependencies] python = "^3.10"