Skip to content

Commit

Permalink
Merge pull request #90 from goanpeca/enh/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca authored Aug 19, 2024
2 parents 50d8376 + f0a4825 commit 5b49d7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion napari_plugin_manager/qt_plugin_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,10 @@ def _add_installed(self, pkg_name=None):
distname,
) in napari.plugins.plugin_manager.iter_available():
# not showing these in the plugin dialog
if plugin_name in ('napari_plugin_engine',):
if plugin_name in (
'napari_plugin_engine',
'napari_plugin_manager',
):
continue
if normalized_name(distname or '') in self.already_installed:
continue
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ license = {file = "LICENSE"}
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: X11 Applications :: Qt",
"Framework :: napari",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit 5b49d7c

Please sign in to comment.