Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
jxchen01 committed Dec 13, 2024
1 parent 3dd06b5 commit 56f4759
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# lsfm_fusion_napari

[![License BSD-3](https://img.shields.io/pypi/l/LSFM-fusion-napari.svg?color=green)](https://github.com/peng-lab/LSFM-fusion-napari/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/LSFM-fusion-napari.svg?color=green)](https://pypi.org/project/LSFM-fusion-napari)
[![Python Version](https://img.shields.io/pypi/pyversions/LSFM-fusion-napari.svg?color=green)](https://python.org)
[![tests](https://github.com/peng-lab/LSFM-fusion-napari/workflows/tests/badge.svg)](https://github.com/peng-lab/LSFM-fusion-napari/actions)
[![codecov](https://codecov.io/gh/peng-lab/LSFM-fusion-napari/branch/main/graph/badge.svg)](https://codecov.io/gh/peng-lab/LSFM-fusion-napari)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/LSFM-fusion-napari)](https://napari-hub.org/plugins/LSFM-fusion-napari)
[![License BSD-3](https://img.shields.io/pypi/l/lsfm_fusion_napari.svg?color=green)](https://github.com/peng-lab/lsfm_fusion_napari/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/lsfm_fusion_napari.svg?color=green)](https://pypi.org/project/lsfm_fusion_napari)
[![Python Version](https://img.shields.io/pypi/pyversions/lsfm_fusion_napari.svg?color=green)](https://python.org)
[![tests](https://github.com/peng-lab/lsfm_fusion_napari/workflows/tests/badge.svg)](https://github.com/peng-lab/lsfm_fusion_napari/actions)
[![codecov](https://codecov.io/gh/peng-lab/lsfm_fusion_napari/branch/main/graph/badge.svg)](https://codecov.io/gh/peng-lab/lsfm_fusion_napari)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/lsfm_fusion_napari)](https://napari-hub.org/plugins/lsfm_fusion_napari)

A simple plugin to fuse LSFM images

Expand All @@ -23,15 +23,15 @@ https://napari.org/stable/plugins/index.html

## Installation

You can install `LSFM-fusion-napari` via [pip]:
You can install `lsfm_fusion_napari` via [pip]:

pip install LSFM-fusion-napari
pip install lsfm_fusion_napari



To install latest development version :

pip install git+https://github.com/peng-lab/LSFM-fusion-napari.git
pip install git+https://github.com/peng-lab/lsfm_fusion_napari.git


## Contributing
Expand All @@ -42,7 +42,7 @@ the coverage at least stays the same before you submit a pull request.
## License

Distributed under the terms of the [BSD-3] license,
"LSFM-fusion-napari" is free and open source software
"lsfm_fusion_napari" is free and open source software

## Issues

Expand All @@ -59,7 +59,7 @@ If you encounter any problems, please [file an issue] along with a detailed desc
[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/peng-lab/LSFM-fusion-napari/issues
[file an issue]: https://github.com/peng-lab/lsfm_fusion_napari/issues

[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "LSFM-fusion-napari"
name = "lsfm_fusion_napari"
dynamic = ["version"]
description = "A simple plugin to fuse LSFM images"
readme = "README.md"
Expand Down Expand Up @@ -41,13 +41,13 @@ testing = [
]

[project.entry-points."napari.manifest"]
LSFM-fusion-napari = "lsfm_fusion_napari:napari.yaml"
lsfm_fusion_napari = "lsfm_fusion_napari:napari.yaml"

[project.urls]
"Bug Tracker" = "https://github.com/peng-lab/LSFM-fusion-napari/issues"
"Documentation" = "https://github.com/peng-lab/LSFM-fusion-napari#README.md"
"Source Code" = "https://github.com/peng-lab/LSFM-fusion-napari"
"User Support" = "https://github.com/peng-lab/LSFM-fusion-napari/issues"
"Bug Tracker" = "https://github.com/peng-lab/lsfm_fusion_napari/issues"
"Documentation" = "https://github.com/peng-lab/lsfm_fusion_napari#README.md"
"Source Code" = "https://github.com/peng-lab/lsfm_fusion_napari"
"User Support" = "https://github.com/peng-lab/lsfm_fusion_napari/issues"

[build-system]
requires = ["setuptools>=42.0.0", "wheel"]
Expand Down

0 comments on commit 56f4759

Please sign in to comment.