From f09df3065c4190cb104c27637c82735bbf8e887f Mon Sep 17 00:00:00 2001 From: Alexander Dahmen Date: Wed, 8 Jan 2025 10:03:54 +0100 Subject: [PATCH] Bugfix: add project name to pyproject.toml Since core is not generated via mustache this needs to be udpated manually. Signed-off-by: Alexander Dahmen --- core/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/pyproject.toml b/core/pyproject.toml index 93bdb194a..593b62d91 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -1,3 +1,6 @@ +[project] +name = "stackit-core" + [tool.poetry] name = "stackit-core" version = "v0.1.0"