-
Notifications
You must be signed in to change notification settings - Fork 21
/
setup.cfg
47 lines (44 loc) · 1.38 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
[metadata]
name = napari-ome-zarr
author = OME Team
author_email = [email protected]
license = BSD-3
url = https://github.com/ome/napari-ome-zarr
description = A reader for zarr backed OME-NGFF images.
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Framework :: napari
Topic :: Software Development :: Testing
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Operating System :: OS Independent
License :: OSI Approved :: BSD License
project_urls =
Bug Tracker = https://github.com/ome/napari-ome-zarr/issues
Documentation = https://github.com/ome/napari-ome-zarr#README.md
Source Code = https://github.com/ome/napari-ome-zarr
User Support = https://github.com/ome/napari-ome-zarr/issues
Twitter = https://twitter.com/openmicroscopy
[options]
packages = find:
python_requires = >=3.9
setup_requires = setuptools_scm
# add your package requirements here
install_requires =
ome-zarr>=0.3.0,!=0.8.3
numpy
vispy
napari>=0.4.13
include_package_data = True
[options.entry_points]
napari.manifest =
napari-ome-zarr = napari_ome_zarr:napari.yaml
[options.package_data]
napari_ome_zarr = napari.yaml