From 281abb30f9214a51cb336a33b3e69bb95d26f471 Mon Sep 17 00:00:00 2001 From: Will Graham <32364977+willGraham01@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:00:41 +0000 Subject: [PATCH] Add napari trove classifier to package (#168) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddca8a1..a925d6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Framework :: napari", ] requires-python = ">=3.9" dependencies = [ @@ -37,7 +38,7 @@ napari = [ "magicgui", "napari-plugin-engine >= 0.1.4", "napari[pyqt5]", - "pooch>1", # For sample data + "pooch>1", # For sample data "qtpy", ] dev = [