-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
35 lines (33 loc) · 1022 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[metadata]
name = napari-lazy-openslide
author = Trevor Manz
author_email = [email protected]
license = BSD-3
url = https://github.com/manzt/napari-lazy-openslide
description = A plugin to lazily load multiscale whole-slide images with openslide and dask
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Topic :: Software Development :: Testing
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: OS Independent
License :: OSI Approved :: BSD License
Framework :: napari
[options]
packages = find:
python_requires = >=3.6
setup_requires = setuptools_scm
install_requires =
napari-plugin-engine>=0.1.4
zarr>=2.11.0
numpy
dask[array]
openslide-python
[options.entry_points]
napari.plugin =
lazy-openslide = napari_lazy_openslide