From 099b284c93470c2d821627d5b5a8b0fe78ac239d Mon Sep 17 00:00:00 2001 From: Will Graham <32364977+willGraham01@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:52:00 +0000 Subject: [PATCH] Remove napari classifier (#79) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fbf178..209d293 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ requires-python = ">=3.9.0" dynamic = ["version"] classifiers = [ "Development Status :: 4 - Beta", - "Framework :: napari", "Topic :: Scientific/Engineering :: Image Recognition", "Intended Audience :: Developers", "Intended Audience :: Science/Research",