forked from jni/zarpaint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
61 lines (54 loc) · 1.31 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[metadata]
name = zarpaint
author = Abigail McGovern and Juan Nunez-Iglesias
author_email = [email protected]
license = BSD-3
description = Paint segmentations directly to on-disk/remote zarr arrays
url = https://github.com/jni/zarpaint
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.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: OS Independent
License :: OSI Approved :: BSD License
[options]
include_package_data = True
package_dir =
=src
setup_requires = setuptools_scm
install_requires =
magicgui
napari>=0.4.11.dev80
napari-plugin-engine>=0.1.4
numpy
pyyaml
qtpy
scipy
scikit-image
toolz
zarr
python_requires = >=3.7
[options.packages.find]
where = src
[options.entry_points]
napari.manifest =
zarpaint = zarpaint:napari.yaml
[options.extras_require]
testing =
coverage
pytest
pytest-cov
pytest-qt
napari[pyqt5]
all =
tensorstore
[options.package_data]
zarpaint = napari.yaml