From cd85a84b1df8ef78cf9471a9118f7b87bf60b8dd Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Thu, 8 Aug 2024 08:09:09 +0000 Subject: [PATCH] Use poetry package-mode=false (#296) Added in poetry 1.8 --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fec36f74..59fc30d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,11 +2,7 @@ # See LICENSE file for licensing details. [tool.poetry] -# Charm is not packed as a standard Python package; this information is not used -name = "charm" -version = "0.1.0" -description = "" -authors = [] +package-mode = false [tool.poetry.dependencies] python = "^3.10"