From ae57e6d6bca585f3e8df59bcd46e72ce813c1a3c Mon Sep 17 00:00:00 2001 From: Erik-Jan van Kesteren Date: Wed, 11 Dec 2024 10:37:16 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 427a67b..ea4b779 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.0" description = "Dashboard for tracking your organization's repo" authors = ["Erik-Jan van Kesteren ", "Donatas Rasiukevičius "] readme = "readme.md" +package-mode = false [tool.poetry.dependencies] python = "^3.10" @@ -22,4 +23,4 @@ ignore = [] [build-system] requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"