From 624b0e9feaeb1dda462b73eaaee5835d56a2046b Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Fri, 23 Oct 2020 15:59:45 +1100 Subject: [PATCH] Add Framework :: napari trove classifier to setup 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"],