Skip to content

Commit

Permalink
Add Framework :: napari trove classifier to setup
Browse files Browse the repository at this point in the history
This will help napari discover this package as a plugin from the UI, among other things.

Ref:
pypa/trove-classifiers#53
  • Loading branch information
jni committed Oct 23, 2020
1 parent 223d601 commit 624b0e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 624b0e9

Please sign in to comment.