From cb7907246e8ac1cfbfd6a2573ab45a7f1c593192 Mon Sep 17 00:00:00 2001 From: Draga Doncila Pop Date: Sun, 8 Nov 2020 14:19:38 +1100 Subject: [PATCH] Replace napari-nd2-reader with nd2-dask --- LICENSE | 2 +- README.md | 20 ++++++++++---------- setup.py | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 7b360ac..74565ae 100644 --- a/LICENSE +++ b/LICENSE @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of napari-nd2-reader nor the names of its +* Neither the name of nd2-dask nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/README.md b/README.md index e27d588..77b44b2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# napari-nd2-reader +# nd2-dask -[![License](https://img.shields.io/pypi/l/napari-nd2-reader.svg?color=green)](https://github.com/napari/napari-nd2-reader/raw/master/LICENSE) -[![PyPI](https://img.shields.io/pypi/v/napari-nd2-reader.svg?color=green)](https://pypi.org/project/napari-nd2-reader) -[![Python Version](https://img.shields.io/pypi/pyversions/napari-nd2-reader.svg?color=green)](https://python.org) -[![tests](https://github.com/DragaDoncila/napari-nd2-reader/workflows/tests/badge.svg)](https://github.com/DragaDoncila/napari-nd2-reader/actions) -[![codecov](https://codecov.io/gh/DragaDoncila/napari-nd2-reader/branch/master/graph/badge.svg)](https://codecov.io/gh/DragaDoncila/napari-nd2-reader) +[![License](https://img.shields.io/pypi/l/nd2-dask.svg?color=green)](https://github.com/napari/nd2-dask/raw/master/LICENSE) +[![PyPI](https://img.shields.io/pypi/v/nd2-dask.svg?color=green)](https://pypi.org/project/nd2-dask) +[![Python Version](https://img.shields.io/pypi/pyversions/nd2-dask.svg?color=green)](https://python.org) +[![tests](https://github.com/DragaDoncila/nd2-dask/workflows/tests/badge.svg)](https://github.com/DragaDoncila/nd2-dask/actions) +[![codecov](https://codecov.io/gh/DragaDoncila/nd2-dask/branch/master/graph/badge.svg)](https://codecov.io/gh/DragaDoncila/nd2-dask) Plugin to load nd2 data into napari @@ -22,9 +22,9 @@ https://napari.org/docs/plugins/index.html ## Installation -You can install `napari-nd2-reader` via [pip]: +You can install `nd2-dask` via [pip]: - pip install napari-nd2-reader + pip install nd2-dask ## Contributing @@ -34,7 +34,7 @@ the coverage at least stays the same before you submit a pull request. ## License Distributed under the terms of the [BSD-3] license, -"napari-nd2-reader" is free and open source software +"nd2-dask" is free and open source software ## Issues @@ -50,7 +50,7 @@ If you encounter any problems, please [file an issue] along with a detailed desc [Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0 [Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt [cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin -[file an issue]: https://github.com/DragaDoncila/napari-nd2-reader/issues +[file an issue]: https://github.com/DragaDoncila/nd2-dask/issues [napari]: https://github.com/napari/napari [tox]: https://tox.readthedocs.io/en/latest/ [pip]: https://pypi.org/project/pip/ diff --git a/setup.py b/setup.py index 49ad885..6549355 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(fname): author='Draga Doncila Pop', author_email='ddon0001@student.monash.edu', license='BSD-3', - url='https://github.com/DragaDoncila/napari-nd2-reader', + url='https://github.com/DragaDoncila/nd2-dask', description='Plugin to load nd2 data into napari', long_description=read('README.md'), long_description_content_type='text/markdown',