From 23f580374d53fc1bbe52eaa8ee5c678d4d1048ed Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Fri, 23 Oct 2020 15:59:04 +1100 Subject: [PATCH] Update setup.py This will help napari discover this package as a plugin from the UI, among other things. Ref: https://github.com/pypa/trove-classifiers/pull/53 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index dfcc3f42..2a12cd18 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ def read(fname): "Programming Language :: Python :: 3", "Operating System :: OS Independent", "License :: OSI Approved :: BSD License", + "Framework :: napari", ], entry_points={ "console_scripts": ["ome_zarr = ome_zarr.cli:main"],