From d8fa4e1dcbd5a3c61f9242aabcf579255af6ecd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Mon, 3 Feb 2025 23:48:51 +0100 Subject: [PATCH] Disable poetry's package-mode --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c1fc1c..4098304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "fabcal" -version = "0.0.1" description = "" authors = ["Fabian Müller "] include = [ { path = "static", format = ["sdist", "wheel"] }, { path = "templates", format = ["sdist", "wheel"] }, ] +package-mode = false [tool.poetry.dependencies] python = "^3.8"