From 402a84c2f6c92be1575bec3868d44c0de4fa228c Mon Sep 17 00:00:00 2001 From: Jonas Braathen Date: Mon, 3 Mar 2025 16:51:51 +0100 Subject: [PATCH] dnscms: disable package mode in pyproject --- dnscms/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dnscms/pyproject.toml b/dnscms/pyproject.toml index 623a5eb..3a82417 100644 --- a/dnscms/pyproject.toml +++ b/dnscms/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.0" description = "" authors = ["Your Name "] readme = "README.md" +package-mode = false [tool.poetry.dependencies] python = "^3.12"