From d1c14ac1994069768658f38f9ff73fa941f3385c Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Fri, 11 Jul 2025 09:50:23 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7535ab2..b6029e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "lnbits-splitpayments" version = "0.0.0" description = "LNbits, free and open-source Lightning wallet and accounts system." authors = ["Alan Bits "] +package-mode = false [tool.poetry.dependencies] python = "^3.10 | ^3.9"