File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1010Bioformats 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
16161 . ** Locally:**
1717
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ description = "napari bfffile plugin"
1515readme = " README.md"
1616requires-python = " >=3.10"
1717license = " GPL-2.0-or-later"
18- license-files = [" LICENSE/*" ]
1918classifiers = [
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" ]
4137napari_bioformats = " napari_bioformats:napari.yaml"
You can’t perform that action at this time.
0 commit comments