From fc08ad6f964d14845f37a00c9dc4095321a4afb2 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b262cc..6576155 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,13 +5,9 @@ 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",