napari / cookiecutter-napari-plugin

Cookiecutter for napari plugins
BSD 3-Clause "New" or "Revised" License
69 stars 41 forks source link

The `python_name` for command `napari-foobar.writer` is duplicated in the commands list #70

Closed nclack closed 2 years ago

nclack commented 2 years ago
    commands:
      - id: napari-foobar.get_reader
        python_name: napari_foobar._reader:napari_get_reader
        title: Open data with napari FooBar
      - id: napari-foobar.writer
        python_name: napari_foobar._reader:napari_get_reader
        title: Save data with napari FooBar