Skip to content

Commit

Permalink
updated napari entry point and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Jan 1, 2022
1 parent abb76f7 commit 594feb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# Requirements of your napari plugin should be listed in setup.cfg
# See also: https://caremad.io/posts/2013/07/setup-vs-requirement/

napari-tools-menu
-e .
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ classifiers =
Intended Audience :: Developers
Framework :: napari
Topic :: Scientific/Engineering :: Image Processing
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Scientific/Engineering :: Medical Science Apps.
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Expand All @@ -41,4 +39,4 @@ install_requires =

[options.entry_points]
napari.plugin =
Search (Plugin) = napari_plugin_search
napari-plugin-search = napari_plugin_search

0 comments on commit 594feb3

Please sign in to comment.