Skip to content

Commit 4a29b84

Browse files
committed
fix: update repository links and dependencies in README and pyproject.toml
1 parent e19900a commit 4a29b84

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
[![PyPI](https://img.shields.io/pypi/v/napari-bioformats.svg?color=green)](https://pypi.org/project/napari-bioformats)
55
[![Conda](https://img.shields.io/conda/v/conda-forge/napari-bioformats)](https://anaconda.org/conda-forge/napari-bioformats)
66
[![Python Version](https://img.shields.io/pypi/pyversions/napari-bioformats.svg?color=green)](https://python.org)
7-
[![tests](https://github.com/tlambert03/napari-bioformats/workflows/tests/badge.svg)](https://github.com/tlambert03/napari-bioformats/actions)
8-
[![codecov](https://codecov.io/gh/tlambert03/napari-bioformats/branch/master/graph/badge.svg)](https://codecov.io/gh/tlambert03/napari-bioformats)
7+
[![tests](https://github.com/imaging-formats/napari-bioformats/workflows/tests/badge.svg)](https://github.com/imaging-formats/napari-bioformats/actions)
8+
[![codecov](https://codecov.io/gh/imaging-formats/napari-bioformats/branch/master/graph/badge.svg)](https://codecov.io/gh/imaging-formats/napari-bioformats)
99

1010
Bioformats plugin for napari using [bffile](https://github.com/imaging-formats/bffile)
1111

1212
## Releasing
1313

14-
Anyone with write access can create a release in two ways:
14+
Anyone with write access can create a release:
1515

1616
1. **Locally:**
1717

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ description = "napari bfffile plugin"
1515
readme = "README.md"
1616
requires-python = ">=3.10"
1717
license = "GPL-2.0-or-later"
18-
license-files = ["LICENSE/*"]
1918
classifiers = [
2019
"Development Status :: 4 - Beta",
2120
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
@@ -28,14 +27,11 @@ classifiers = [
2827
"Framework :: napari",
2928
"Typing :: Typed",
3029
]
31-
dependencies = [
32-
"napari>=0.5.0",
33-
"bffile>=0.0.1rc4",
34-
]
30+
dependencies = ["napari>=0.5.0", "bffile>=0.1.0"]
3531

3632
[project.urls]
37-
homepage = "https://github.com/tlambert03/napari-bioformats"
38-
repository = "https://github.com/tlambert03/napari-bioformats"
33+
homepage = "https://github.com/imaging-formats/napari-bioformats"
34+
repository = "https://github.com/imaging-formats/napari-bioformats"
3935

4036
[project.entry-points."napari.manifest"]
4137
napari_bioformats = "napari_bioformats:napari.yaml"

0 commit comments

Comments
 (0)