From 3d62a9ae6dc8ad568cbf2ec977312bc3bff81f34 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Fri, 8 Aug 2025 00:19:35 -0400 Subject: [PATCH] BUG: Change Trame.json to SlicerTrame.json Renames the extension catalog entry file from `Trame.json` to `SlicerTrame.json` for consistency with the extension's advertised purpose and name. This avoids confusion with the broader Trame project. This aligns the file name with the actual extension name and prevents ambiguity with the upstream `trame` framework. --- Trame.json => SlicerTrame.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Trame.json => SlicerTrame.json (100%) diff --git a/Trame.json b/SlicerTrame.json similarity index 100% rename from Trame.json rename to SlicerTrame.json