-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
68 lines (61 loc) · 2.29 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
62
63
64
65
66
67
68
[metadata]
name = napari-exodeepfinder
version = 0.0.11
author = Constantin Aronssohn, Arthur Masson
author_email = [email protected]
url = https://github.com/deep-finder/napari-exodeepfinder
license = GPL-3.0-only
description = A napari plugin for the ExpDeepFinder library which includes display, annotation, target generation, segmentation and clustering functionalities. An orthoslice view has been added for an easier visualisation and annotation process.
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Education
Intended Audience :: Science/Research
Framework :: napari
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Visualization
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Image Processing
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
project_urls =
Bug Tracker = https://github.com/deep-finder/napari-exodeepfinder/issues
Documentation = https://deep-finder.github.io/napari-exodeepfinder/
Source Code = https://github.com/deep-finder/napari-exodeepfinder
User Support = https://github.com/deep-finder/napari-exodeepfinder/issues
[options]
packages = find:
include_package_data = True
python_requires = >=3.9
package_dir =
=src
# add your package requirements here
install_requires =
exodeepfinder>=0.3.11
typing>=3.7.4.3
pandas>=2.2.2
pillow>=10.3.0
[options.extras_require]
all =
napari[all]>=0.4.19
testing =
tox
pytest # https://docs.pytest.org/en/latest/contents.html
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
pytest-qt # https://pytest-qt.readthedocs.io/en/latest/
napari[all]>=0.4.19
[options.packages.find]
where = src
[options.package_data]
* = *.yaml
[options.entry_points]
napari.manifest =
napari-exodeepfinder = napari_exodeepfinder:napari.yaml