From 2de399d6ca0514992d6721db43a572aecab109c7 Mon Sep 17 00:00:00 2001 From: perl_d Date: Fri, 27 Feb 2026 16:05:08 +0100 Subject: [PATCH] Resolve template update merge conflict --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b262cc..69984de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,13 +5,8 @@ build-backend = "hatchling.build" [project] name = "tomcat_bec" version = "0.0.0" -<<<<<<< before updating description = "The TOMCAT plugin repository for BEC" -requires-python = ">=3.10" -======= -description = "A plugin repository for BEC" requires-python = ">=3.11" ->>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3",