From 49f002837cf8db245dc209eb22f6a3eef4a134ab Mon Sep 17 00:00:00 2001 From: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com> Date: Sun, 28 Jan 2024 16:25:28 -0500 Subject: [PATCH] delete "reading" from .cruft.json --- .cruft.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cruft.json b/.cruft.json index de129df..31d11d5 100644 --- a/.cruft.json +++ b/.cruft.json @@ -8,7 +8,7 @@ "github_username": "napari", "plugin_name": "svg", "module_name": "napari_svg", - "short_description": "A plugin for reading and writing svg files with napari", + "short_description": "A plugin for writing svg files with napari", "include_reader_plugin": "n", "include_writer_plugin": "y", "include_dock_widget_plugin": "n",